Back to Cheatsheets

Visual Studio Code

Apps2018-02-01

Shortcuts

{: .-three-column}

Command palette

KeyDescription
⇧⌘PShow all commands
⌘PShow files
{: .-shortcuts}
KeyDescription
⌘BToggle sidebar
--------
⇧⌘EExplorer
⇧⌘FSearch
⇧⌘DDebug
⇧⌘XExtensions
⇧^GGit (SCM)
{: .-shortcuts}
KeyDescription
⌘FFind
⌥⌘FReplace
--------
⇧⌘FFind in files
⇧⌘HReplace in files
{: .-shortcuts}

Panel

KeyDescription
⌘JToggle panel
--------
⇧⌘MProblems
⇧⌘UOutput
⇧⌘YDebug console
^`Terminal
{: .-shortcuts}

View

KeyDescription
⌘k zZen mode
--------
⌘k uClose unmodified
⌘k wClose all
{: .-shortcuts}

Debug

KeyDescription
F5Start
⇧F5Stop
⇧⌘F5Restart
--------
^F5Start without debugging
--------
F9Toggle breakpoint
--------
F10Step over
F11Step into
⇧F11Step out
--------
⇧⌘DDebug sidebar
⇧⌘YDebug panel
{: .-shortcuts}

References