vscode commonly used shortcut keys

 

For programmers, remember some common shortcut keys can improve work efficiency; I think, the programmer's point, have some common shortcut is very necessary!

 

Ctrl + Shift + N to open a new editor window

Ctrl + Shift + W to close the editor window

Ctrl + Shift + P expanded global command panel

Ctrl + P quickly open recently opened files

Ctrl + X Cut

Ctrl + C to copy

Alt + up / down movement of the vertical line

Shift + Alt + up / down to copy down the line on the current line

Ctrl + Enter to insert a new line under the current line

Ctrl + Shift + Enter to insert a new row at the current row

Ctrl +] / [line indent

Home cursor jumps to the first current line

End cursor jumps to the end of the current row

Ctr + Home to jump to the current page header

Ctrl + End to jump to the end of the current page

Ctrl + up / down view of the vertical offset lines

Ctrl + Shift + [Code folding region

Ctrl + Shift +] expand the area code

Ctrl + / Add a single line comment

Shift + Alt + A to add multi-line comments

Shift + Alt + F formatting code

 

Display shortcuts

F11 toggle full screen mode

Ctrl + = / - zoom in or out of the screen

Ctrl + B sidebar hidden

Ctrl + Shift + X to open the plug-in panel market

Ctrl + Shift + Markdown files compiled after the V preview

 

Find and Replace shortcuts

Ctrl + F Find

Ctrl + H Find and Replace

 

 

Remember that some commonly used shortcuts will remember more than a thousand million ~ confused .......

I hope these shortcuts can help developers improve efficiency!

For the initial white front-end development, I also accumulated experience of it little by little, we hope to slowly become excellent bar

 

Guess you like

Origin www.cnblogs.com/yangruolan/p/10944250.html