vscode- commonly used shortcut keys

vscode shortcuts: 

Ctrl + F4 to close the open page

Ctrl + Shift + T to reopen

Ctrl + Tab switching document editing (downward ↓)  

Ctrl + Shift + Tab switching document editing (↑ upward)  

Ctrl + R handover file path

Ctrl + B switch sidebar

Ctrl + Shift + E sidebar / Edit switch focus

Ctrl + Shift + G to open the git show  

Ctrl + Shift + C to open the terminal

Ctrl + `turn on Integrated Terminal

Ctrl + Shift + U to open the output stage  

F9 Toggle Breakpoint

F5 Start / Continue

F10 Skip step over

 

/**

Plug codeRunner * js code may execute, custom shortcuts Ctrl + Shift + R 

*/

 

/**

* Plug: koroFileHeader, more convenient to add a comment module

* Details link:  https://www.cnblogs.com/fanghl/p/11264394.html

*/

Guess you like

Origin www.cnblogs.com/fanghl/p/11269644.html