Extensions for your IDE are invaluable for speeding up your work without sacrificing quality. Given the popularity of Visual Studio Code, here are 6 VSCode extensions that will help you become a more productive developer. The majority of these extensions are for web developers, however there are a few general-purpose extensions that will benefit everyone.
Here's 6 Best VS Code Extensions You Must Have
1. Live Server
One of my favourite extensions is this one. Live Server starts a local development server that supports both static and dynamic page reloading.
Every time you save your code, the changes will appear in the browser right away. You'll be much better at finding bugs, and it'll be a lot easier to experiment with your code.
2. Remote-SSH
You can use any remote machine with an SSH server as your development environment using the Remote - SSH addon. This makes developing and/or troubleshooting in a wide range of settings considerably easier.
Because the extension runs commands and other extensions directly on the distant machine, you don't require any source code on your local workstation.
3. Prettier
4. GitLens
5. JavaScript Code Snippets
6. Regex Previewer
Regular expressions can be a real challenge to master. Regex Previewer generates a side document with your regex in it. The addon provides several instances to match, making it much easier to construct a regex for a range of use situations quickly and accurately.