VScode keyboard shortcuts

https://code.visualstudio.com/shortcuts/keyboard-shortcuts-macos.pdf

KeybindingCommand

⌥⇧F

format content

F2

rename refactoring

⇧⌘K

del the entire line

⌥↓

move line down

⌥↑

move line up

⇧⌥↓

copy line above the current position

⇧⌥↑

copy line below the current position

⌥⌘[

fold code

⌥⌘]

unfold code

F8

navigate errors and warnings

⌘K ⌘S

Keyboard Shortcuts

Last updated