Development tools Sublime Text part of common configuration (Windows)
One, the use of plug-ins
First of all:
Press CTRL + ' bring up the console (note: There is a conflict between the keyboard shortcuts installed QQ Input method, Input Method property settings-Input Method management-Cancel Hotkey switch to QQ pinyin)
Paste the following code into the bottom command line and enter:
Ctrl+shift+p Call Package Contro, select Packageinstall to customize your favorite plugins
Plugin recommendations:
Common plugins
Sublime Codeintel: Code automatically prompts for cross-page lookup function definition and auto-completion
ConvertToUTF8: Solving Chinese problems
Brackethighlighte: Highlight "" [] {} and so on
Htmltidy: Formatting HTML code
Jsformat: Formatting JS code
Sublimelinte: Grammar Check
SFTP: Powerful FTP tool
Sublime PREFIXR:CSS3 Private Prefix auto-complete plug-in, obviously also very useful wow
Phptidy: Is the tool used to format PHP code.
Format sql: Formatting sql
If you need anything, just search directly.
Two shortcut keys
Open Sublime Text3 program, and then tap File->open Folder Open the directory you want to display
Ctrl+shift+p: Open Command Panel
Ctrl+p: Searching for files in a project
Ctrl+g: Jump to the first few lines
CTRL+W: Close the currently open file
CTRL+SHIFT+W: Close all open files
Ctrl+shift+v: Pasting and formatting
Ctrl+d: Select words, repeat to add the next same word
Ctrl+l: Select rows, repeat to select the next row in turn
Ctrl+shift+l: Select multiple lines
Ctrl+shift+enter: Inserting a new row before the current line
Ctrl+x: Delete When moving forward
Ctrl+m: jump to corresponding parentheses
Ctrl+u: Soft undo, undo cursor Position
CTRL+J: Select label content
Ctrl+f: Find Content
Ctrl+shift+f: Find and replace
Ctrl+h: Replace
Ctrl+r: Go to Method
CTRL + N: New window
CTRL+K+B: Switch Side bar
Ctrl+shift+m: Check the contents of the current parenthesis, repeating the parentheses themselves
CTRL+F2: Set/Remove Tags
ctrl+/: Comment When moving forward
ctrl+shift+/: Insert comment at current position
ctrl+alt+/: Block comment, and focus to the first line, write the comment description with the
Ctrl+shift+a: Before and after selecting the current label, modify the label with
F11: Fullscreen
SHIFT+F11: fullscreen-free mode, editing only the current file
ALT+F3: Select all the same words
ALT +.: Closed Label
alt+shift+ Number: Split screen display
ALT + Number: Toggle to open nth file
shift+ Right-drag: Many cursors are not used to change or insert column contents
Mouse forward and backward key to toggle tab file
Press CTRL, tap or select, to edit multiple locations
Press ctrl+shift+ up/down key to replace row
Part of sublime text common configuration