
Visual Studio Code, often called VS Code, is a open source code editor made by Microsoft. It works in all major platforms, includes Windows, Linux and macOS and works with most architecture : x86, x64, ARM and the recent Apple Silicon.
While being free, its feature set is comparable to a commercial editor, include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git. Users also have the ability to configure their own theme, keyboard shortcuts, preferences, and extend VSCode functionality through the use of extensions.
Visual Studio Code was first announced at the Microsoft Build conference back in 2015. In the Stack Overflow 2019 Developer Survey, Visual Studio Code was ranked the most popular developer environment tool. VS Code has created a rich ecosystem of extensions, tweaks and themes.
Our VSCode tutorials below may help you increase productivity and work smarter, whether you’re new to the editor or has been working countless hours with it.
Getting Started with VSCode
- How to install extensions in VSCode
- Automatically indent your code in Visual Studio Code
- Comment out multiple lines in Visual Studio Code
- Quickly duplicate a line in Visual Studio Code
- Quickly create a comment block in VSCode
- Show hidden files in VSCode
- How to quickly find a file in VSCode
- How to delete the whole line in VSCode
- How to quickly collapse code blocks in VSCode
- How to enable/disable word wrap in VSCode
- Bind terminal commands to VSCode keyboard shortcuts
- Quickly access VSCode Command Palette
- VSCode Format On Save – everything you need to know
Troubleshoot VSCode common errors
- How to completely uninstall VSCode on macOS
- “linter pylint is not installed” in VSCode
- Troubleshoot : XHR Failed on VSCode
- .gitignore in VSCode – Everything you need to know
- Fix Python Unresolved Import in VSCode
- IntelliSense doesn’t work in VSCode – possible fixes
- PYTHONPATH in VSCode – everything you need to know
- ESLint not working in VSCode – possible fixes
Best VSCode Extensions
VSCode How-to Tutorials
- How to use pipenv in VSCode
- Handle merge conflicts in VSCode
- VSCode RegEx Find and Replace – Guides and Recipes
- How to change VSCode background
- How to format JSON in VSCode
- How to diff check in VSCode
- Quickly create HTML Boilerplate in VSCode
- VSCode multiple cursors: advanced edition
- 4 Ways To Open VSCode settings.json