iberck
10/19/2014 - 5:11 AM

Sublime text 3 plugins

Sublime text 3 plugins

Install Package Control

Install Package Control for easy package management.

  1. Open the console with View->Show console
  2. Paste in the following:
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.

SublimeAllAutocomplete

Extends the default autocomplete to find matches in all open files. SublimeAllAutocomplete

SideBarEnhancements

Provides enhancements to the operations on Sidebar of Files and Folders for Sublime Text.

SideBarEnhancements

SublimeCodeIntel

https://github.com/SublimeCodeIntel/SublimeCodeIntel