Sublime text This code editor has always been an editor that I think is better than notepad++. With Emmet plug-in use, write code particularly handy.
Today to share with you the English Code Editor Some of the personal experience. First: Download of Sublime Text 3
Official Download Address: HTTP://WWW.SUBLIMETEXT.COM/3
Sublime Text 3 is a code editor for cross-platform (Windows, Linux, OS X), which is stronger than notepad++. And it seems to be free at the moment. Second: The substitution of Chinese documents
After installation, open sublime Text 3, you will find the English version, do not panic. The Chinese packaging file name default.sublime-package files in the sublime Text 3 in the directory of the Packages folder inside, replace the original can be.
Reopen Sublime Text 3 and you will find that the menu has become Chinese. Some may still exist in the Han Dynasty is incomplete, but are basically enough.
Chinese document Third: Install the Package control component
1. Use ctrl+~ shortcut key or menu item [view] > Display Control Panel to bring up the command interface
2. Paste the following code into the bottom command line and enter:
3. Restart Sublime Text 3.
4. If you see the package control item in Perferences->package settings, the installation is successful. Fourth: Install the Emmet plugin with the package control
1. Press Ctrl+shift+p to bring up the command panel
2. Enter install to bring up the Install Package option and enter to wait for the plugin list to load.
3, in the plug-in list, enter Emmet to search, click Install.
4, after installation, in the menu->preferences->package settings option can see Emmet, that is, the installation is successful.
Fifth: Emmet plug-in usage: Quickly write HTML code
Example: Easily add classes, IDs, text, and attributes
Successive input element names and Id,emmet will be automatically complete for you, such as entering P#foo and pressing the shortcut key: Ctrl+e
Original address: https://www.suxing.me/wp-courses/1032.html happy to lai This article address: http://blog.csdn.net/aerchi/article/details/50777968