Paulund

Visual Studio Code Cheatsheet

Command Palette

⇧⌘P ## Show all commands
⌘P ## Show files

Search

⌘F ## Find
⌥⌘F ## Replace
⇧⌘F ## Find in files
⇧⌘H ## Replace in files

Cli Panels

⌘J ## Toggle
⇧⌘Y ## Debug Console
^⇧` ## Terminal

Debug

F5 ## Start
⇧F5 ## Stop
⇧⌘F5 ## Restart
F9 ## Breakpoint
F10 ## Step over
F11 ## Step into

Cursor

When highlighted over a specific word you can select similar text in the file

⇧⌘L ## Multi Select