Hey Devs, This is a cheat sheet for all the VSCode users out there, these shortcuts can increase your speed and productivity!!
So let's start.
Command palette
Key | Description |
---|---|
⇧⌘P |
Show all commands |
⌘P |
Show files |
Sidebars
Key | Description |
---|---|
⌘B |
Toggle sidebar |
---- | ---- |
⇧⌘E |
Explorer |
⇧⌘F |
Search |
⇧⌘D |
Debug |
⇧⌘X |
Extensions |
⇧^G |
Git (SCM) |
Search
Key | Description |
---|---|
⌘F |
Find |
⌥⌘F |
Replace |
---- | ---- |
⇧⌘F |
Find in files |
⇧⌘H |
Replace in files |
Panel
Key | Description |
---|---|
⌘J |
Toggle panel |
---- | ---- |
⇧⌘M |
Problems |
⇧⌘U |
Output |
⇧⌘Y |
Debug console |
^` |
Terminal |
View
Key | Description |
---|---|
⌘k z
|
Zen mode |
---- | ---- |
⌘k u
|
Close unmodified |
⌘k w
|
Close all |
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 |
References
PLEASE FOLLOW, LIKE, SHARE, AND COMMENT ANY COMMAND YOU THINK I MISSED OUT!!
Thanks for reading!
⚡ Giveaway ⚡
We are giving away any course you need on Udemy. Any price any course.
Steps to enter the giveaway
--> React to this post
--> Subscribe to our Newsletter <-- Very important
Happy Coding.
Top comments (5)
I think you are missing a lot of basic shortcuts most devs would know.
Here is a link to a better guide - youtube.com/watch?v=Xa5EU-qAv-I
I didn’t write them because they were so common!
But your post is about VS code shortcuts?
Hey you miss the most powerful one
Cmd + D
syntaxrecall.dev/vscode-keyboard-s...