First, install package control
Use the sublime Text2 first to install package control, so you can use a rich plug-in package
There are 2 methods of installation:
(1) Access to package control site follow the prompts to copy a Python command to install package control
You can also copy this section directly to the console (ctrl+~)
Import Urllib2,os; pf= ' Package control.sublime-package '; Ipp=sublime.installed_packages_path (); Os.makedirs (IPP) if not os.path.exists (IPP) else None; Urllib2.install_opener (Urllib2.build_opener) (urllib2. Proxyhandler ())); Open (Os.path.join (IPP,PF), ' WB '). Write (Urllib2.urlopen (' http://sublime.wbond.net/' +pf.replace ('), '%20 '). Read () ); print ' Please restart Sublime Text to finish installation '
(2) Download the Package control plug-in package to the plugin directory
The plugin directory opens Preference--browse Packages in the menu, without creating a new one
Second, the installation of Plug-ins
Sublime Text2 has a lot of useful plug-ins, install good package control can be easily installed Plug-ins
Ctrl+shift+p (Win) or command+shift+p (MAC) pull up the control Panel,
Commonly used commands install Package (Installation extension), List Packages (list all extensions), remove Package (remove extension), Upgrade Package (upgrade extension)