- Quick open:
Ctrl+P
- Command palette:
Ctrl+Shift+P or F1 (>)
- Git: Fetch (Prune)
- Emmet: Wrap with Abbreviation
- Go to symbol:
Ctrl+Shift+O (@) then :
- Go to symbol across files:
Ctrl+T (#)
- Go to line:
Ctrl+G
- Keep open:
Ctrl+K Enter
- Peek definition:
Ctrl+Shift+F10
- Go to definition:
F12
- Go to references:
Shift+F12
- Find references:
Alt+Shift+F12
- Go to last edit location:
Ctrl+K Ctrl+Q
- Go to next symbol highlight:
F7
- Go to previous symbol highlight:
Shift+F7
- Show hover:
Ctrl+K Ctrl+I
- Trigger suggest:
Ctrl+Space
- Trigger parameter hints:
Ctrl+Shift+Space
- Breadcrumb navigation:
Ctrl+Shift+.
- Go to next change:
Alt+F5
- Go to previous change:
Shift+Alt+F5
- Show next change:
Alt+F3
- Show previous change:
Shift+Alt+F3
- Fold:
Ctrl+Shift+[
- Unfold:
Ctrl+Shift+]
- Fold all:
Ctrl+K Ctrl+0
- Unfold all:
Ctrl+K Ctrl+J
- Rename symbol across files:
F2
- Change all occurances:
Ctrl+F2
- Refactor:
Ctrl+Shift+R
- Loop through errors or warnings in the current file:
F8 or Shift+F8
- Insert cursor:
Alt+Click
- Insert cursor above:
Ctrl+Shift+Up
- Insert cursor below:
Ctrl+Shift+Down
- Insert cursor at each occurrence of the current selected text:
Ctrl+Shift+L
- Insert cursor at end of each line selected:
Shift+Alt+I
- Insert cursor at search results:
Alt+Enter
- Select at the cursor, or the next:
Ctrl+D
- Select current line:
Ctrl+L
- Expand AST selection:
Shift+Alt+Right
- Shrink AST selection:
Shift+Alt+Left
- Jump to the matching bracket:
Ctrl+Shift+\
- nextBlankLine:
Ctrl+Shift+'
- prevBlankLine:
Ctrl+Shift+;
- Next edit location:
Ctrl+Shift+-
- Previous edit location:
Ctrl+Alt+-
- Undo last cursor operation:
Ctrl+U
- Insert line above:
Shift+Enter
- Insert line below:
Shift+Alt+Enter
- Move line up:
Alt+Up
- Move line down:
Alt+Down
- Copy line up:
Shift+Alt+Up
- Copy line down:
Shift+Alt+Down
- Delete line:
Ctrl+E
- Delete previous word:
Ctrl+Backspace
- Delete next word:
Ctrl+Delete
- Comment line:
Shift+Alt+C
- Comment selection:
Ctrl+Shift+A
- Toggle sidebar visibility:
Ctrl+B
- Show explorer:
Ctrl+Shift+E
- Show global search:
Ctrl+Shift+F
- Show global search and replace:
Ctrl+Shift+H
- Show source control:
Ctrl+Shift+G
- Show Git Graph:
Shift+Alt+G
- Focus the explorer panel:
Ctrl+0
- Collapse all explorer folders:
Ctrl+Left
- Focus first explorer search:
Ctrl+Down
- Copy into new window:
Ctrl+K O
- Split editor:
Ctrl+\
- Close editor:
Ctrl+W
- Focus into editor group:
Ctrl+1, 2, 3
- Focus into editor tab:
Alt+1, 2, 3
- Switch between tabs:
Ctrl+PageUp, Ctrl+PageDown, Ctrl+Tab
- Move editor left:
Ctrl+Shift+PageUp
- Move editor right:
Ctrl+Shift+PageDown
- Scroll page up:
Alt+PageUp
- Scroll page down:
Alt+PageDown
- Fast scrolling:
Alt+Scroll
- Toggle integrated terminal:
Ctrl+`
- Create a new terminal:
Ctrl+Shift+`
- Navigate between terminals:
Ctrl+PageUp, Ctrl+PageDown
- Organize imports:
Shift+Alt+O