VS Code Shortcuts
General
Ctrl+Shift+P—Command palette
Ctrl+P—Quick open file
Ctrl+Shift+N—New window
Ctrl+,—Open settings
Ctrl+`—Toggle terminal
Ctrl+B—Toggle sidebar
Ctrl+J—Toggle panel
Ctrl+K Ctrl+S—Keyboard shortcuts
Editing
Ctrl+X—Cut line (no selection)
Ctrl+C—Copy line (no selection)
Ctrl+Shift+K—Delete line
Alt+Up/Down—Move line up/down
Shift+Alt+Up/Down—Copy line up/down
Ctrl+Enter—Insert line below
Ctrl+Shift+Enter—Insert line above
Ctrl+Shift+\—Jump to bracket
Ctrl+] / Ctrl+[—Indent / outdent
Ctrl+/—Toggle line comment
Shift+Alt+A—Toggle block comment
Ctrl+Shift+F—Format document
Multi-Cursor
Alt+Click—Add cursor
Ctrl+Alt+Up/Down—Cursor above/below
Ctrl+D—Select next match
Ctrl+Shift+L—Select all matches
Ctrl+U—Undo cursor
Ctrl+L—Select entire line
Alt+Shift+I—Cursor at line ends
Ctrl+F2—Select all occurrences
Search & Replace
Ctrl+F—Find in file
Ctrl+H—Find and replace
Ctrl+Shift+F—Search across files
Ctrl+Shift+H—Replace across files
F3 / Shift+F3—Next / prev match
Alt+Enter—Select all matches
Alt+R—Toggle regex
Alt+W—Toggle whole word
Navigation
Ctrl+G—Go to line
Ctrl+T—Go to symbol
Ctrl+Shift+O—Go to symbol in file
F12—Go to definition
Alt+F12—Peek definition
Shift+F12—Show references
Ctrl+Shift+M—Problems panel
Alt+Left/Right—Navigate back/forward
Ctrl+Tab—Switch open tabs
Ctrl+Shift+E—Explorer panel
Editor Management
Ctrl+\—Split editor
Ctrl+1/2/3—Focus editor group
Ctrl+W—Close editor
Ctrl+K Ctrl+W—Close all editors
Ctrl+Shift+T—Reopen closed
Ctrl+K M—Change language mode
Code Intelligence
Ctrl+Space—Trigger autocomplete
Ctrl+Shift+Space—Parameter hints
F2—Rename symbol
Ctrl+.—Quick fix / refactor
Shift+Alt+F—Format document
Ctrl+K Ctrl+F—Format selection
F8 / Shift+F8—Next/prev error
Ctrl+Shift+I—Organize imports
Debug
F5—Start / continue debug
F9—Toggle breakpoint
F10—Step over
F11 / Shift+F11—Step in / out
Shift+F5—Stop debugging
Ctrl+Shift+D—Debug panel
Terminal
Ctrl+`—Toggle terminal
Ctrl+Shift+`—New terminal
Ctrl+Shift+5—Split terminal
Ctrl+PgUp/PgDn—Scroll terminal
Ctrl+Shift+C/V—Copy / paste
Ctrl+K (in terminal)—Clear terminal
allprintabledoc.com