VS Code Shortcuts

General

Ctrl+Shift+PCommand palette
Ctrl+PQuick open file
Ctrl+Shift+NNew window
Ctrl+,Open settings
Ctrl+`Toggle terminal
Ctrl+BToggle sidebar
Ctrl+JToggle panel
Ctrl+K Ctrl+SKeyboard shortcuts

Editing

Ctrl+XCut line (no selection)
Ctrl+CCopy line (no selection)
Ctrl+Shift+KDelete line
Alt+Up/DownMove line up/down
Shift+Alt+Up/DownCopy line up/down
Ctrl+EnterInsert line below
Ctrl+Shift+EnterInsert line above
Ctrl+Shift+\Jump to bracket
Ctrl+] / Ctrl+[Indent / outdent
Ctrl+/Toggle line comment
Shift+Alt+AToggle block comment
Ctrl+Shift+FFormat document

Multi-Cursor

Alt+ClickAdd cursor
Ctrl+Alt+Up/DownCursor above/below
Ctrl+DSelect next match
Ctrl+Shift+LSelect all matches
Ctrl+UUndo cursor
Ctrl+LSelect entire line
Alt+Shift+ICursor at line ends
Ctrl+F2Select all occurrences

Search & Replace

Ctrl+FFind in file
Ctrl+HFind and replace
Ctrl+Shift+FSearch across files
Ctrl+Shift+HReplace across files
F3 / Shift+F3Next / prev match
Alt+EnterSelect all matches
Alt+RToggle regex
Alt+WToggle whole word

Navigation

Ctrl+GGo to line
Ctrl+TGo to symbol
Ctrl+Shift+OGo to symbol in file
F12Go to definition
Alt+F12Peek definition
Shift+F12Show references
Ctrl+Shift+MProblems panel
Alt+Left/RightNavigate back/forward
Ctrl+TabSwitch open tabs
Ctrl+Shift+EExplorer panel

Editor Management

Ctrl+\Split editor
Ctrl+1/2/3Focus editor group
Ctrl+WClose editor
Ctrl+K Ctrl+WClose all editors
Ctrl+Shift+TReopen closed
Ctrl+K MChange language mode

Code Intelligence

Ctrl+SpaceTrigger autocomplete
Ctrl+Shift+SpaceParameter hints
F2Rename symbol
Ctrl+.Quick fix / refactor
Shift+Alt+FFormat document
Ctrl+K Ctrl+FFormat selection
F8 / Shift+F8Next/prev error
Ctrl+Shift+IOrganize imports

Debug

F5Start / continue debug
F9Toggle breakpoint
F10Step over
F11 / Shift+F11Step in / out
Shift+F5Stop debugging
Ctrl+Shift+DDebug panel

Terminal

Ctrl+`Toggle terminal
Ctrl+Shift+`New terminal
Ctrl+Shift+5Split terminal
Ctrl+PgUp/PgDnScroll terminal
Ctrl+Shift+C/VCopy / paste
Ctrl+K (in terminal)Clear terminal
allprintabledoc.com