The sublime installation plugin can be easily installed according to the name of the plugin via the package control. However, Sublime does not install the package control by default, so we must install it first.
Install the package control steps as follows:
1, through the control+~ to bring up the console;
2. Copy the following section of code to the console and enter.
ImportUrllib2,os; pf='Package Control.sublime-package'; Ipp=sublime.installed_packages_path (); Os.makedirs (IPP)if notOs.path.exists (IPP)ElseNone; 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 'Restart Sublime Text to finish installation'
Install plugins such as Emmet:
1. To open the package control as a step:
(If the package control is not installed, this item is not visible in the menu bar)
2, enter the install package after the return, enter the name of the plugin you are installing can be.
Sublime Install z-codeing (ie Emmet) under Mac OSX