Sublime is easy to use and highly scalable. you can install different packages to meet different requirements. This section describes the next plug-in sublime package control. You can use sublime package control to conveniently install other packages. There are two installation methods:
(1) Use the console of sublime to install
Open the View menu, open the console, and execute the following command:
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 sublime package control package and install it to the sublimeInstalled packagesDirectory
Sublime.wbond.net/package%20control.sublime-package
After installation, you can use sublime package control to install more packages.
The method is as follows:
Open command palette (the default shortcut key is Ctrl + Shift + p), enter package control: Install package, press enter, and enter the package name to be installed in the input box that appears in the heart, such as gosublime
see:
http://wbond.net/sublime_packages/package_control/installation