30+ Popular VS Code Shortcuts for Developers

Search for a command to run...

These are the Windows shortcuts, would be nice to have the OSx equivalent listed as well. Thanks
Yes you can use
ctrl + tab : to cycle forwards among the last used opened tabs
ctrl + shift + tab : to cycle backwards among the last used opened tabs
Some unknown shortcuts to try out. Especially, the Zen Mode. Great work Sarveshwar!
yes, thanks for adding that.
Computer system failures are a common issue, with computers crashing or malfunctioning unexpectedly. This often leads to mistrust in personal computers. The dependability of a computer system refers to its trustworthiness, indicating the user's confi...

With the increasing integration of computer systems into various aspects of our lives, the repercussions of system and software failures are growing. Failures, such as server software malfunction in e-commerce or errors in embedded control systems in...

User or customer testing is a crucial stage in the testing process where users or customers provide input and feedback on the system being tested. It can involve formal testing of a system commissioned from an external supplier or an informal process...

Release testing is the process of testing a particular release of a system that is intended for use outside of the development team. Normally, the system release is for customers and users. In a complex project, however, the release could be for othe...

Test-driven development (TDD) is a programming methodology where testing and code development are interleaved. It involves incrementally developing code alongside corresponding tests, ensuring that each increment of code passes its respective test be...

Developers are highly opinionated when it comes to code editors. A code editor is just not for writing code, it is also used to ease up the developer's work in several ways. For devs like you, it is very necessary to pick the right code editor. Among the various options available, Microsoft's Visual Studio Code has been one of the most preferred choices when it comes to being a multipurpose and multi-lingual code editor.
So what exactly is Visual Studio Code?
Visual Studio Code (VS Code) is a lightweight and feature-rich code editor released in April 2015 by Microsoft. Little did people know at that time, that this tool will go on to become a disruption in the world of code editors. VS Code was an instant hit among developers. By 2016 itself, it ranked 13th among the top popular development tools on stack overflow, and by 2019, it became the #1 choice of developers and is still expanding its user base like crazy!
According to 2021 Developer Survey on Stack Overflow, where a mammoth 82,277 people participated, VS Code was ranked #1 among the top popular development tools with a majority vote share of 71%. Sounds crazy, right

The reason for VS Code being so popular among the developer community is, that it's a complete package for all kinds of development workflows. Be it doing web development, from coding simple programs to some complex ones in different programming languages like C, C++, Python, JavaScript, Java, etc. to just writing a simple Hello World program, VS Code does all that very efficiently.
Since so many people are using VS Code daily, it is important to realize why it is so popular among students and developers.
In this article, we at Coding Minutes have decided to give you a walkthrough of some of the most popular Visual Studio Code shortcuts that can save you a lot of time and boost your productivity. We understand that, as readers, when we visit an article in search of useful information, we want it to be informative and to the point, and that's exactly what we are offering you here!
Let's just dive into the top 30+ VS Code shortcuts one by one...
ctrl + shift + P or F1⌘ + shift + P or F1ctrl + P⌘ + Pctrl + X⌘ + Xctrl + C⌘ + Calt + up-arrow , Mac : options + up-arrowalt + down-arrow , Mac : options + down-arrowalt + shift + up-arrow , Mac : options + shift + up-arrowalt + shift + down-arrow , Mac : options + shift + down-arrowctrl + shift + K⌘ + shift + Kctrl + Enter , Mac : ⌘ + Enterctrl + shift + Enter , Mac : ⌘ + shift + EnterHome , Mac : HomeEnd , Mac : Endctrl + Home , Mac : ⌘ + Homectrl + End , Mac : ⌘ + Endctrl + shift + [ , Mac : ⌘ + shift + [ctrl + shift + ] , Mac : ⌘ + shift + ]ctrl + / , Mac : ⌘ + /ctrl + / , Mac : ⌘ + /alt + Zoptions + Zctrl + F , Mac : ⌘ + Fctrl + H , Mac : ⌘ + Hctrl + shift + F , Mac : ⌘ + shift + Fctrl + shift + H , Mac : ⌘ + shift + Halt + left-clickoptions + left-clickctrl + alt + up-arrow , Mac : ⌘ + options + up-arrowctrl + alt + down-arrow , Mac : ⌘ + options + down-arrowctrl + L⌘ + Lctrl + F2⌘ + F2shift + alt + mouse-drag or shift + alt + arrow-keysshift + options + mouse-drag or shift + alt + arrow-keysshift + alt + Fshift + options + Fshift + F12shift + F12ctrl + F4 or ctrl + W⌘ + F4 or ⌘ + Wctrl + \⌘ + \ctrl + N , Mac : ⌘ + Nctrl + O , Mac : ⌘ + Octrl + S , Mac : ⌘ + Sctrl + shift + S , Mac : ⌘ + shift + SF11F11ctrl + + , Mac : ⌘ + +ctrl + - , Mac : ⌘ + -ctrl + ` ⌘ + ` ctrl + shift + ` ⌘ + shift + ` ctrl + shift + V⌘ + shift + Vctrl + K Z ⌘ + K Z
Press esc to exit and many more...
Visual Studio Code is a great tool when it comes to developing software on the go. With its extensive free plugin libraries and regular feature releases and bug fixes, it has been greatly admired in the developer community.
In this article, we have seen some of the most used vs code shortcuts. Feel free to visit the VS Code's Keyboard Shortcuts menu using the ctrl + K S to find some more shortcuts for your use. These all shortcuts can be customized as per your choice, if you are already familiar with some code editor, then you can always go to the keyboard shortcuts menu and can modify any of the available shortcuts as per the key binding of your choice.
