VS Code shortcuts
Paul Brown · 13/03/2024 · 1 min read
Tab between open editor windows
⌘ command + ⌥ option + →
⌘ command + ⌥ option + ←
Tab between open terminals
⌘ command + ⇧ shift + [
⌘ command + ⇧ shift + ]
Focus on editor pane
⌘ command + 1
Focus on explorer pane
⌘ command + ⇧ shift + E
Open/Navigate to terminal
⌃ control + `
Show hover (=signature, notes, documentation block) with keyboard
⌘ command + k then ⌘ command + i
Click through (with keyboard, self defined)
⌘ command + k then ⌘ command + h
Jump to definition
F12
Jump to function
⌘ command + shift + O
Jump to line
⌃ control + G
Format code (first used with JSON)
⇧ shift + ⌥ option + F
Discussions
Login to Post Comments