Sublime Tool plug-in installation. Sublime text is a code editor (Sublime text 2 is a paid software, but can be tried indefinitely) and is also an advanced text editor for HTML and prose.
1, the official website download installs the package: http://www.sublimetext.com/
2, after installation, you need to first install the package control plug-in to manage the installation of plug-ins.
Two methods: (1) Visit the Package control site and follow the prompts to copy a Python command to install the control. or copy the following to the console run.
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 ' Restart Sublime Text to finish installation '
(2) Download the package control plug-in to the plugin directory. The plugin directory opens in the menu Preference--browse Packages, without creating a new
3, after installing the package control, Preference--package control, open, choose the Install package, fill out the selection box, select the required plug-in automatic download installation.
Commonly used plugins: Emmet, also known as Zen Coding, quickly write html/css code schemes.
ColorPicker, Color picker.
Sublime Tool plug-in installation