Visual Studio Code Hotkeys

Quick overview of important VSC hotkeys

display bind
finder shift+⌘+f
debugger shift+⌘+d
extension shift+⌘+x
explorer shift+⌘+e
zoom in ⌘+=
zoomout ⌘+-
Navigation bind
go to line ctrl+g
go to file ⌘+p
go to symbol shift+⌘+o
next file ctrl+tab
previous file ctrl+shift+tab
navigate back ctrl+-
navigate forward ctrl+shift+-
Rich language editing bind
show references shift+f12
go to definition f12
peek definition ⌥+f12
rename symbol f2
quick fix ⌘+.
format document shift+⌥+f
trigger suggestions ctrl+space
Editing bind
toggle comment ⌘+/
move line up / down ⌥+↑ / ⌥+↓
copy line up / down shift+⌥+↑ / shift+⌥+↓
delete line shift+⌘+k
add cursor above / below ⌥+⌘+↑ / ⌥+⌘+↓
select next match ⌘+d
select all matches shift+⌘+l