Sublime Text 3
1. Install Sublime Text 3
Download Install: HTTP://WWW.SUBLIMETEXT.COM/3
Package Control Installation:https://sublime.wbond.net/installation
2. How to install plug-ins
After installing in the 1th step, press Ctrl+shift+p, enter Insta in the drop-down menu to select the install package press ENTER, enter the plug-in name in the input box that pops up and select to install the plugin:
3. Common Plug-ins
1, ConvertToUTF8 support a variety of codes to solve the problem of Chinese garbled.
2, bracket highlighter is used to highlight matching brackets, quotation marks, HTML tags.
3. Docblockr can automatically generate Phpdoc-style annotations.
4, Emmet quickly write HTML, the original Zen Coding.
5, SideBar Enhancements This plugin improved the sidebar, adding a lot of features
4. Theme
Theme in Sublime Text in fact also belongs to plug-in, so the method of installing the theme is consistent with the installation plug-in, enter the subject name Brogrammer to complete the installation.
Then go to Settings: in the menu bar Preferences-Setting-user, add the following two line options in the open profile (note that if there are other options, add the corresponding comma to separate them):
"Theme": "Brogrammer.sublime-theme",
"Color_scheme": "Packages/theme-brogrammer/brogrammer.tmtheme"
Topic Details: Https://packagecontrol.io/packages/Theme%20-%20Brogrammer
5. Enable Vim mode
in the menu bar: Preferences-Setting-user, you can open the configuration file for editing, emptying the contents of the ignored_packages item []:
"Ignored_packages":
[
]
This enables VIM mode, which is entered in vim mode by pressing ESC to exit edit mode.
Vim Mode shortcut key description please view http://feliving.github.io/Sublime-Text-3-Documentation/vintage.html
Some friends feedback installation plugin always prompt failed, this is due to network instability, you can consider the use of vpn:http://www.cnblogs.com/zuike/p/4065586.html
Sublime Text 3 plug-in installation and Vim mode settings