VS Code Keyboard Shortcuts - The Ones You Actually Use

VS Code Keyboard Shortcuts - The Ones You Actually Use

DevTools Store

VS Code Shortcuts

The keyboard shortcuts you actually use every day.

Editor

Ctrl+P            Quick open file
Ctrl+Shift+P      Command palette
Ctrl+D            Select next occurrence
Ctrl+Shift+L      Select all occurrences
Alt+Up/Down       Move line up/down
Ctrl+Shift+K      Delete line
Ctrl+/            Toggle comment
Alt+Shift+F       Format document
Ctrl+G            Go to line
Ctrl+Shift+O      Go to symbol
F12               Go to definition
Shift+F12         Find all references
Alt+F12           Peek definition
Ctrl+Tab          Switch files

Multi-cursor

Alt+Click         Add cursor
Ctrl+Alt+Up       Add cursor above
Ctrl+Alt+Down     Add cursor below

Terminal

Ctrl+Backtick     Toggle terminal
Ctrl+Shift+Backtick  New terminal

Get 7 developer products. Pay what you want:

Get the Complete Bundle

Report Page