Micro letter Developer Tools Keyboard Shortcuts

Ctrl + [, Ctrl +]: line indented 

Ctrl + Shift + [, Ctrl + Shift +]: fold open the code block

Ctrl + Shift + [, Ctrl + Shift +]: fold open the code block 

Ctrl + C Ctrl + V: copy and paste, if you do not select any text you copy and paste a line 

Shift + Alt + F: Format Code 

Alt + Up, Alt + Down: move up and down one line 

Shift + Alt + Up, Shift + Alt + Down: Copy down one line up 

Ctrl + Shift + Enter: insert a row above the current row

Shift + Alt + F: Format Code

Ctrl + D: Select match

Ctrl + U: cursor rollback

Ctrl + X: delete the current row

alt + ↑ ↓: current code shift lines  

Shift + Alt + ↑ ↓: Copy down one line up

ctrl + /: Notes / Open current row

Ctrl + End: move to the end of the file

Ctrl + Home: move to the beginning of the file

Ctrl + i: Select current row

Shift + End: Select from the cursor to the end

Shift + Home: Select from the cursor to the beginning of the line

Ctrl + Shift + L: Select all matches 

 

Guess you like

Origin www.cnblogs.com/wzb0228/p/11532150.html