Sublime text 3 Chinese + add plug-ins

1. Hold down the Ctrl + shift + p, enter the package control

2. Click on the menu Preferences -> Package Control

 

 

3.Package Control:Install Package

 

 4. Enter input ChineseLocalization

 

 5. Speaking complete

 

 The method of installation and other plug-ins as plug-finished

Common plug-ins

  • Method to quickly write html / css of - Emmet (formerly known as Zen Coding)
  • ConvertToUTF-8 - to solve the garbage problem
  • Alignment-- Code alignment plug
  • AutoPrefixer --css3 prefix is ​​automatically added plug-ins
  • JS Fromat - JS format
  • Minifier - JS compression plug-in
  • Sublime CodeIntel-- code that automatically prompts
  • SideBarEnhancements-- sidebar plugin
  • Keymaps - Find shortcuts, etc.
  • CSScomb - CSS Properties Sorting

Keyboard Shortcuts

Ctrl + L select an entire row (Hold - Select continued downward)
ctrl + K + K to remove the cursor from the end of line
Ctrl + Shift + K delete the entire line
Ctrl + Shift + D cursor copy the entire line, is inserted before the row
ctrl + J merged row (selected row need to merge multiple)
ctrl + uppercase the U-K +
ctrl + KL lowercase
ctrl + D term selection (hold - continue to select the next string of the same)
ctrl + M move the cursor to the start brackets or end position
Ctrl + Shift + contents of M selected brackets (Hold - continue to select parent parentheses)
the Ctrl + / comment entire line (if selected content, with the "Ctrl + Shift + /" effect)
the Ctrl + Shift + / comment contents of the selected
Ctrl + Z undo
Ctrl + Y resume the cancellation
Ctrl + M cursor to jump to the corresponding brackets
Alt +. closes the current tab
Ctrl + Shift + a selection cursor location of the parent tag of the child
Ctrl + Shift + [collapsed code
Ctrl + Shift +] to expand the code
Ctrl + KT folding properties
Ctrl + K + 0 expand All
Ctrl + U soft undo
Ctrl + T word interchangeably
Tab automatically retracted
Shift + Tab removed indent
Ctrl + Shift + ↑ uplink interchangeably
Ctrl + Shift + ↓ and downward swap
Ctrl + K Backspace to delete from the cursor to the beginning of the line
Ctrl + Enter to insert the cursor row
Ctrl + Shift + before Enter the cursor in the line
Ctrl + F2 set a bookmark
F2 is a bookmark
Shift + a bookmark on F2

Guess you like

Origin www.cnblogs.com/yangfei123/p/12511870.html