Overview:
Sublime is a very useful program to edit the site, the main thing is to write web code, while sublime support interface development, resulting in a lot of network on the editor of many editors plug-ins are also many, use it easily convenient a lot, recently has been using sublime Text3 write HTML5 site To make a brief summary of the use of the software.
Sublime Installation and activation:
Open Sublime's official website, download the corresponding version of the software can be, the official website address (HTTP://WWW.SUBLIMETEXT.COM/3), the current version is 3103. After downloading, click Next, step by step installation. The software needs to be activated after the installation is complete.
Sublime Activation Code:
Sublime text3 3103 -–begin license-–michael barnessingle User licenseea7e-821385 8a353c41 872a0d5c df9b2950 aff6f667c458ea6d 8ea3c286 98d1d650 131a97abaa919aec ef20e143 B361B1E7 4C8B7F04B085E65E 2f5f5360 8489d422 fb8fc1aa93f6323c fd7f7544 3f39c318 d95e6480fccc7561 8a4a1741 68fa4223 ADCEDE07200C25BE DBBC4855 c4cfb774 c5ec138c0fec1cef d9dcecec d3a5dad1 01316c36--end license--
To install the plugin:
The next step is to install a third-party-written plugin that installs the plug-in Management Pack (package control) before installing the plugin, and installs the following steps:
- Press CTRL + ' bring up the console (note: There is a conflict between the keyboard shortcuts installed QQ Input method, Input Method property settings-Input Method management-Cancel Hotkey switch to QQ pinyin)
- Paste the following code into the bottom command line and enter:
Import urllib.request,os;pf='packagecontrol.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 ())
After you click Enter, you will get an error, it doesn't matter, turn it off again, after the package Control installation, you can install additional plugins. Ctrl+shif+p Select the install package to go to the plugin list and select the installation plugin you need. Here are several plugins, or need to enumerate:
1, Chineselocalization This is a Chinese package, or a language pack;
2, all AutoComplete This is the automatic matching code;
3, Emmet specifically for the Web language preparation;
4, HTML5 write Web page code preparation plug-in;
5, jquery is a plug-in with jquery;
6, autofilename matching file name preparation;
Sublime TEXT3 usage Record