There are allot of Visual studio code extensions are out there but most of the time I use following
extensions.
1. PRETTIER – CODE FORMATTER
Best Code formatting extension.
https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode
2. PATH INTELLISENCE
Extension autocompletes file path without any issue.
https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense
3. BRACKET PAIR COLORIZER
Extension for colorizing matching brackets.
https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer
4. JAVASCRIPT (ES6) CODE SNIPPETS
Code snippets for JavaScript in ES6 syntax
https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets
5. Tab Nine Extension
TabNine Autocomplete AI
https://marketplace.visualstudio.com/items?itemName=TabNine.tabnine-vscode
6. Auto Rename Tag
If we rename the starting tag then the ending tag will get the update automatically.
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
7. Code Spell Checker
Check the spelling of code and highlight the wrong spelling.
https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker