VS Code

Keyboard shortcuts

Basic editing

CommandKey
Cut line (empty selection)Ctrl+X
Copy line (empty selection)Ctrl+C
PasteCtrl+V
Delete LineCtrl+Shift+K
Insert Line BelowCtrl+Enter
Insert Line AboveCtrl+Shift+Enter
Move Line DownAlt+Down
Move Line UpAlt+Up
Copy Line DownShift+Alt+Down
Copy Line UpShift+Alt+Up
UndoCtrl+Z
RedoCtrl+Y
Add Selection To Next Find MatchCtrl+D
Move Last Selection To Next Find MatchCtrl+K Ctrl+D
Undo last cursor operationCtrl+U
Insert cursor at end of each line selectedShift+Alt+I
Select all occurrences of current selectionCtrl+Shift+L
Select all occurrences of current wordCtrl+F2
Select current lineCtrl+L
Insert Cursor BelowCtrl+Alt+Down
Insert Cursor AboveCtrl+Alt+Up
Jump to matching bracketCtrl+Shift+\
Indent LineCtrl+]
Outdent LineCtrl+[
Go to Beginning of LineHome
Go to End of LineEnd
Go to End of FileCtrl+End
Go to Beginning of FileCtrl+Home
Scroll Line DownCtrl+Down
Scroll Line UpCtrl+Up
Scroll Page DownAlt+PageDown
Scroll Page UpAlt+PageUp
Fold (collapse) regionCtrl+Shift+[
Unfold (uncollapse) regionCtrl+Shift+]
Toggle Fold regionCtrl+K Ctrl+L
Fold (collapse) all subregionsCtrl+K Ctrl+[
Unfold (uncollapse) all subregionsCtrl+K Ctrl+]
Fold (collapse) all regionsCtrl+K Ctrl+0
Unfold (uncollapse) all regionsCtrl+K Ctrl+J
Add Line CommentCtrl+K Ctrl+C
Remove Line CommentCtrl+K Ctrl+U
Toggle Line CommentCtrl+/
Toggle Block CommentShift+Alt+A
FindCtrl+F
ReplaceCtrl+H
Find NextEnter
Find PreviousShift+Enter
Select All Occurrences of Find MatchAlt+Enter
Toggle Find Case SensitiveAlt+C
Toggle Find RegexAlt+R
Toggle Find Whole WordAlt+W
Toggle Use of Tab Key for Setting FocusCtrl+M
Toggle Render Whitespaceunassigned
Toggle Word WrapAlt+Z

Rich languages editing

CommandKey
Trigger SuggestCtrl+Space
Trigger Parameter HintsCtrl+Shift+Space
Format DocumentShift+Alt+F
Format SelectionCtrl+K Ctrl+F
Go to DefinitionF12
Show HoverCtrl+K Ctrl+I
Peek DefinitionAlt+F12
Open Definition to the SideCtrl+K F12
Quick FixCtrl+.
Go to ReferencesShift+F12
Rename SymbolF2
Replace with Next ValueCtrl+Shift+.
Replace with Previous ValueCtrl+Shift+,
Expand AST SelectionShift+Alt+Right
Shrink AST SelectionShift+Alt+Left
Trim Trailing WhitespaceCtrl+K Ctrl+X
Change Language ModeCtrl+K M
CommandKey
Show All SymbolsCtrl+T
Go to Line...Ctrl+G
Go to File..., Quick OpenCtrl+P
Go to Symbol...Ctrl+Shift+O
Show ProblemsCtrl+Shift+M
Go to Next Error or WarningF8
Go to Previous Error or WarningShift+F8
Show All CommandsCtrl+Shift+P or F1
Navigate Editor Group HistoryCtrl+Tab
Go Back to last cursor positionAlt+Left
Go back to last Edit positionCtrl+K Ctrl+Q
Go back in Quick InputAlt+Left
Go ForwardAlt+Right
Focus BreadcrumbsCtrl+Shift+;
Focus and Select BreadcrumbsCtrl+Shift+.

Editor/Window Management

CommandKey
New WindowCtrl+Shift+N
Close WindowAlt+F4
Close EditorCtrl+F4
Close FolderCtrl+K F
Cycle Between Editor Groupsunassigned
Split EditorCtrl+\
Focus into First Editor GroupCtrl+1
Focus into Second Editor GroupCtrl+2
Focus into Third Editor GroupCtrl+3
Focus into Editor Group on the Leftunassigned
Focus into Editor Group on the Rightunassigned
Move Editor LeftCtrl+Shift+PageUp
Move Editor RightCtrl+Shift+PageDown
Move Active Editor Group LeftCtrl+K Left
Move Active Editor Group RightCtrl+K Right
Move Editor into Next GroupCtrl+Alt+Right
Move Editor into Previous GroupCtrl+Alt+Left

File Management

CommandKey
New FileCtrl+N
Open File...Ctrl+O
SaveCtrl+S
Save AllCtrl+K S
Save As...Ctrl+Shift+S
CloseCtrl+F4
Close Othersunassigned
Close GroupCtrl+K W
Close Other Groupsunassigned
Close Group to Leftunassigned
Close Group to Rightunassigned
Close AllCtrl+K Ctrl+W
Reopen Closed EditorCtrl+Shift+T
Keep OpenCtrl+K Enter
Copy Path of Active FileCtrl+K P
Reveal Active File in WindowsCtrl+K R
Show Opened File in New Windowunassigned
Compare Opened File Withunassigned

Display

CommandKey
Toggle Full ScreenF11
Toggle Zen ModeCtrl+K Z
Leave Zen ModeEscape Escape
Zoom inCtrl+=
Zoom outCtrl+-
Reset ZoomCtrl+Numpad0
Toggle Sidebar VisibilityCtrl+B
Show Explorer / Toggle FocusCtrl+Shift+E
Show SearchCtrl+Shift+F
Show Source ControlCtrl+Shift+G
Show RunCtrl+Shift+D
Show ExtensionsCtrl+Shift+X
Show OutputCtrl+Shift+U
Quick Open ViewCtrl+Q
Open New Command PromptCtrl+Shift+C
Toggle Markdown PreviewCtrl+Shift+V
Open Preview to the SideCtrl+K V
Toggle Integrated TerminalCtrl+`
Create New TerminalCtrl+Shift+`
CommandKey
Show SearchCtrl+Shift+F
Replace in FilesCtrl+Shift+H
Toggle Match CaseAlt+C
Toggle Match Whole WordAlt+W
Toggle Use Regular ExpressionAlt+R
Toggle Search DetailsCtrl+Shift+J
Focus Next Search ResultF4
Focus Previous Search ResultShift+F4
Show Next Search TermDown
Show Previous Search TermUp

Search Editor

CommandKey
Open Results In EditorAlt+Enter
Focus Search Editor InputEscape
Search AgainCtrl+Shift+R
Delete File ResultsCtrl+Shift+Backspace

Preferences

CommandKey
Open SettingsCtrl+,
Open Workspace Settingsunassigned
Open Keyboard ShortcutsCtrl+K Ctrl+S
Open User Snippetsunassigned
Select Color ThemeCtrl+K Ctrl+T
Configure Display Languageunassigned

Debug

CommandKey
Toggle BreakpointF9
StartF5
ContinueF5
Start (without debugging)Ctrl+F5
PauseF6
Step IntoF11

Tasks

CommandKey
Run Build TaskCtrl+Shift+B
Run Test Taskunassigned

Extensions

CommandKey
Install Extensionunassigned
Show Installed Extensionsunassigned
Show Outdated Extensionsunassigned
Show Recommended Extensionsunassigned
Show Popular Extensionsunassigned
Update All Extensionsunassigned