Speaking sublime text

1, no default preferences packagecontrol package settings and options, you need to enter C: \ Users \ root \ AppData \ Roaming \ Sublime Text 3 \ Installed Packages: [Click Preferences - Browser plug-in directory, you can return to the previous level]

2, placed below the package: Package Control.sublime-package link: https: //pan.baidu.com/s/1anXY4Rl3yHKJbElpmBBbeQ extraction code: jbw7

3, ctrl + alt + p input install Click iinstall packge as shown in the pop-up box and then enter a wait ChineseLocalization can be installed, the installation is a little wait, it will automatically Chinese characters.

 

ps 因为
https://packagecontrol.io 被墙, 需要修改内容:Preferences > Package Settings > Package Control > Settings - User { "bootstrapped": true, "channels": [ "https://erhan.in/channel_v3.json" ], "in_process_packages": [ ], "installed_packages": [ "ChineseLocalizations", "Package Control" ] }

 

figure 1:

 

Common plug 

Emmet, (formerly Zen Coding) - quickly write HTML / CSS method 
ConvertToUTF - . 8 - solve the garbage problem 
Alignment-- Code alignment plug 
AutoPrefixer --css3 prefix is automatically widget 
JS Fromat - Formatting the JS 
Minifier - the JS compression plug 
Sublime CodeIntel-- code that automatically prompts 
SideBarEnhancements-- sidebar plugin 
keymaps - shortcut keys are looking 
CSScomb - CSS attribute sort 

commonly used shortcut keys 
Ctrl + L to select an entire row (press and hold - continue to choose downstream) 
Ctrl + K + K remove from the cursor to the end of the line 
the Ctrl + the Shift + K delete the entire line 
the Ctrl + the Shift + D replication cursor entire row is inserted before the row 
the Ctrl + J merged row (selected need to merge multiple lines) 
the Ctrl + K + the U-read uppercase 
Ctrl +KL lowercase 
the Ctrl + D term selection (hold - continue to select the next string of the same) 
the Ctrl + M move the cursor to the beginning or end brackets positions 
the Ctrl + M + selection the Shift in brackets (hold - Continue selecting a parent parentheses) 
the Ctrl + / comment entire line (if selected content, with "the Ctrl + the Shift + / " effect) 
the Ctrl + the Shift + / comment contents of the selected 
the Ctrl + the Z undo 
the Ctrl + the Y recovery undo 
the Ctrl + M cursor to jump to the corresponding brackets 
the Alt + . closes the current label 
the Ctrl + + the Shift A selection cursor to the location of the parent child tag 
the Ctrl + the Shift + [Code folding 
the Ctrl + the Shift + ] expand codes 
the Ctrl + KT fold properties 
the Ctrl + K + 0Expand All 
Ctrl + U soft Undo 
Ctrl + T word swap 
Tab to indent automate 
the Shift + Tab to indent the removal of 
Ctrl + the Shift + ↑ up interchangeable with 
Ctrl + the Shift + ↓ and downward swap 
Ctrl + K Backspace to delete from the cursor to the line the first 
Ctrl + Enter to insert the line cursor 
Ctrl + Shift + insert rows Enter before cursor 
Ctrl + F2 set a bookmark 
at F2 bookmark 
the Shift + F2 on a bookmark

 

Guess you like

Origin www.cnblogs.com/Mahavairocana/p/10987963.html