VScode shortcuts in the Window

F1 command panel display quickly open Ctrl + P Ctrl + Shift + N to open a new window Ctrl + Shift + W Close window ### cut substantially Ctrl + X (in the case of the text is not selected, the cursor line cut) Ctrl + C copy (without the selected text, copy cursor line) Alt + up moves upward movement line Alt + down down line Shift + Alt + up up copying rows Shift + Alt + down down copying rows deleted Ctrl + Shift + K line Ctrl + Enter insert the next line Ctrl + Shift + Enter on line inserted Ctrl + Shift + \ to jump to the matching brace Ctrl +] increase indent Ctrl + [decrease indent Home to jump to the beginning of the line End Jump to end of line Ctrl + Home to jump to the beginning of the document Ctrl + end to jump to the end of file Ctrl + up scroll by row by row Ctrl + down up scroll down Alt + PgUp screen by pressing Alt + PgDown to scroll up the screen to scroll down Ctrl + Shift + [folding block Ctrl + Shift +] expand block Ctrl + K Ctrl + [Collapse all subcode block Ctrl + K Ctrl +] expand all subcode block Ctrl + K Ctrl + 0 Collapse all code block Ctrl + K Ctrl + J expand all code block Ctrl + K Ctrl + C add comment line Ctrl + K Ctrl + U line comments removed Ctrl + / add, remove, insert line comment Alt + click plurality of cursor Ctrl + Alt + Up Up insertion cursor Ctrl + Alt + Down Down Insert Ctrl + U undo cursor on a cursor operation Shift + Alt + I inserted in the end of the line cursor Ctrl + I selected row select line current Ctrl + Shift + L select all the same portion of the current selection Ctrl + F2 select all the same word with the currently selected word Shift + Alt + Left Shift + Alt + folded select Right Shift + Alt + expand selected by dragging the mouse to select a code block Ctrl + Shift + Alt + Up Up column selection Ctrl + Shift + Alt + down down column select Ctrl + Shift + Alt + left column select left Ctrl + Shift + Alt + right column selection right Ctrl + Shift + Alt + PgUp column select page upward Ctrl + Shift + Alt + PgDown column selection downwardly front page ### Find and replace Ctrl + F Find Ctrl + H to replace F3 to find a Shift + F3 to find the next Alt + Enter to select all the matches down Ctrl + D to select the same content Ctrl + K Ctrl + D to remove a select the Alt + C content down the same case-sensitive regular Alt + R Alt + W ### advanced full match Ctrl + Space to open the suggestion Ctrl + Shift + Space parameter prompts Tab Emmet plug abbreviation completion Shift + Alt + F format Ctrl + K Ctrl + F format selected text F12 Jump to declare position Alt + F12 to view the specific contents of the statement Ctrl + K F12 split-screen view specific contents of the statement Ctrl +. Quick fix Shift + F12 to display reference F2 to rename Symbol Ctrl + Shift +. Alternatively to the previous value Ctrl + Shift +, Ctrl + W Close Close editor Ctrl + KF folder Ctrl + \ editor Ctrl + 1 split screen switched to the first packet to the second switching Ctrl + 2 Ctrl + 3 packet to the third packet switching Ctrl + K Ctrl + Left switch to a packet Ctrl + K Ctrl + right packet is switched to the next left Ctrl + Shift + PgUp editor Ctrl + Shift + PgDown editor right Ctrl + K left activation left editor Ctrl + K right activate the right edit group ### file management Ctrl + N new file open file Ctrl + O Ctrl + S save Ctrl + Shift + S Ctrl + KS save as save all Ctrl + F4 Close Ctrl + K Ctrl + W Close all re Ctrl + Shift + T open closed editor Ctrl + K Enter stay open Ctrl + next Tab to open a Ctrl + Shift + Tab to open on a Ctrl + KP copy the current file path Ctrl + KR view the current file Ctrl + KO new window opens in Explorer F11 full-screen display the current file ###, exit full-screen Shift + Alt + 1 switch editor split screen mode (horizontal, vertical) Ctrl + + enlarge Ctrl + - narrow Ctrl + B to show, hide the sidebar Ctrl + Shift + E to display capital Manager or switch focus Ctrl + Shift + F search box Ctrl + Shift + G display Git panel Ctrl + Shift + D show debug panel Ctrl + Shift + X display widget panel Ctrl + Shift + H global search and replace Ctrl + Shift + J show, hide advanced search Ctrl + Shift + C to open a new command prompt window Ctrl + Shift + U display panel output

Guess you like

Origin www.cnblogs.com/baraka/p/11607346.html