Best Extensions for VS Code | Top 7 Free Extensions For Visual Studio Code!

Extensions can help you to speed up your programming and the quality of your software. With Visual Studio Code being one of the most popular IDEs, here are top 7 best vs code extensions that can be essential to speed up your work!

To install these extensions, just search in the extension menu of vs code.

Top 7 Free Extensions For Visual Studio Code!

1) Prettier



Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

This extension is much like beautify and does the job the names say, make your code prettier.

2) Bracket Pair Colorizer



This extension will give colors to matching brackets, making it easy to identify which brackets are together. The user can define which characters to match, and which colors to use.

3) Auto rename tags



When programming in HTML, JavaScript, PHP, etc., its a little hard to find the tags and rename them both. Auto Rename Tags will make it easier by automating the process.

4) Peacock



Peacock is an extension that greatly increases the customization of VS code. This extension will change the color of your IDE.

5) vscode-icons



Changes your icons and make your vs code your own.


6) Bookmarks



As the name suggest, this extension adds bookmarks to your code so you can skip to the part you want to edit easily.

7) Path Intellisense



This extension will allow you to autocomplete imports or path to files.


__________________________

That's all, Hope this Helps!