1. Download:
Http://www.sublimetext.com/3
2. Support website
https://packagecontrol.io/
3. Fonts, theme styles and other settings
When you need to change the theme, you can set it directly through the color theme "Preferences",
Lookup function: Ctrl+r
Gotoanything:ctrl+p
4.package Control Installation
Installation URL: https://packagecontrol.io/installation
Restart sublime after installation, and if you see the package control item in Perferences, the installation succeeds.
You can then open the command panel with "Ctrl+shift+p" and enter the "install" command to see the list of installed packages.
5. Several essential plugins:
A.tag Plug-in
The tag plugin provides HTML and CSS tags for Web developers, which is handy and useful for web front-end designers
Code formatting: Formatting code by CTRL+ALT+F
B. Code hint plugin (sublimecodeintel)
Reference: http://zodiacg.net/2013/01/sublime-text-2_code_intel/
C.sublime Text Snippets (code snippet) feature
Snippets Code snippet plug-in, under the Tools-snippets menu can see the current page support snippets, you can add tab after the abbreviation to auto-complete snippets, Snippets can also be extended from the installation plugin. Reference: www.bluesdream.com/blog/sublime-text-snippets-function.html
The suffix must be
. Sublime-snippet
D.converttoutf8
Sublime text By default does not support GBK encoding, you can install the plugin to solve this problem perfectly
4.Emmet
Reference website: www.5imb.com/show-83-6364-1.html
Simple configuration file:
{
"font_size": 15,
"ignored_packages":
[
"Vintage"
],
"word_wrap": true
}
Sublime Text 3 Installation and configuration