1. Notes
Select the code you want to comment on, the "ctrl+/" line comment, and the "ctrl+shift+/" multiline comment. Similarly, you can cancel the comment.
2. Find
"Ctrl+f", a Quick search box appears at the bottom, enter the variable name or method name you want to search in the search box, and you can quickly locate it.
3. Thumbnail image
There is a thumbnail of the entire code on the right side of the interface, and click to quickly navigate to the appropriate area.
4. Open File
"Ctrl+p", quickly open a project in a file, enter the file name can be opened, "ctrl+p" and the ability to toggle open files.
5. New and saved
"CTRL + N" To create a new file. "Ctrl+s" to save the file.
6. Quickly generate HTML header files
1) Install the plugin Emmet, create a new and save an. html document, and enter "! +tab "or" Html:5+tab ", the head appears automatically.
2) Install plugin emmet, "CTRL + N" New, the bottom right corner of the interface has the plain text flag, click Select HTML Type, and "Ctrl+s" save, and then enter "! +tab "or" Html:5+tab ", the head appears automatically.
3) Install plugin sublime Tmpl, shortcut key "Ctrl+alt+h", generate head.
Sublime Text 3 Some simple to use