title | category | updated | weight | keywords | intro | ||||
---|---|---|---|---|---|---|---|---|---|
Visual Studio Code |
Apps |
2018-02-01 |
-5 |
|
[Visual Studio Code](https://code.visualstudio.com/), or VSCode, is an open-source code editor. This guide targets VSCode v1.19.
|
{: .-three-column}
Key | Description |
---|---|
⇧⌘P |
Show all commands |
⌘P |
Show files |
{: .-shortcuts} |
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} |
Key | Description |
---|---|
⌘J |
Toggle panel |
---- | ---- |
⇧⌘M |
Problems |
⇧⌘U |
Output |
⇧⌘Y |
Debug console |
^` |
Terminal |
{: .-shortcuts} |
Key | Description |
---|---|
⌘k z |
Zen mode |
---- | ---- |
⌘k u |
Close unmodified |
⌘k w |
Close all |
{: .-shortcuts} |
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} |
- Keyboard shortcuts (MacOS) (code.visualstudio.com)
- Keyboard shortcuts (Windows) (code.visualstudio.com)
- Keyboard shortcuts (Linux) (code.visualstudio.com)