1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 15:08:27 +02:00
cheatsheets/vscode.md
Rico Sta. Cruz 511de900ba
Formatting updates (#2133)
- Update some sheets which have very long sections
- Remove `layout: 2017/sheet` (everything has the same layout now)
- Remove outdated sheets
2024-04-03 18:30:24 +11:00

2.7 KiB

title, category, updated, weight, keywords, intro
title category updated weight keywords intro
Visual Studio Code Apps 2018-02-01 -5
⌘P: Show files
⌘B: Toggle sidebar
⌘J: Toggle panel
F5: Debug
[Visual Studio Code](https://code.visualstudio.com/), or VSCode, is an open-source code editor. This guide targets VSCode v1.19.

Shortcuts

{: .-three-column}

Command palette

Key Description
⇧⌘P Show all commands
⌘P Show files
{: .-shortcuts}

Sidebars

Key Description
⌘B Toggle sidebar
---- ----
⇧⌘E Explorer
⇧⌘F Search
⇧⌘D Debug
⇧⌘X Extensions
⇧^G Git (SCM)
{: .-shortcuts}
Key Description
⌘F Find
⌥⌘F Replace
---- ----
⇧⌘F Find in files
⇧⌘H Replace in files
{: .-shortcuts}

Panel

Key Description
⌘J Toggle panel
---- ----
⇧⌘M Problems
⇧⌘U Output
⇧⌘Y Debug console
^` Terminal
{: .-shortcuts}

View

Key Description
⌘k z Zen mode
---- ----
⌘k u Close unmodified
⌘k w Close all
{: .-shortcuts}

Debug

Key Description
F5 Start
⇧F5 Stop
⇧⌘F5 Restart
---- ----
^F5 Start without debugging
---- ----
F9 Toggle breakpoint
---- ----
F10 Step over
F11 Step into
⇧F11 Step out
---- ----
⇧⌘D Debug sidebar
⇧⌘Y Debug panel
{: .-shortcuts}

References