Sublime text 3 plugins
Install Package Control for easy package management.
View->Show console
import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); open(os.path.join(ipp, pf), 'wb').write(urllib.request.urlopen( 'http://sublime.wbond.net/' + pf.replace(' ','%20')).read())
From here on out, use Package Control to install everything. Ctrl+Shift+P
, then type Install
to get a list of installable packages you can livesearch through. Watch the Status Bar for installation progress.
Extends the default autocomplete to find matches in all open files. SublimeAllAutocomplete
Provides enhancements to the operations on Sidebar of Files and Folders for Sublime Text.