Go back

As a web developer, I’ll share 8 powerful extensions on vs code that will boost your coding experience and make it easier.

1. Live server

Provides a local development server with live reload feature for static & dynamic pages.

so instead of refreshing your pages every time you make a change to your code, simply open your page with the live server and watch your changes lively.

Link

2. HTML End Tag Labels

Labels the end tags with class names

Link

3. Code Spell Checker

checks the spelling in your code, saves you from dummy spelling error that ruins your code.

Link

4. Error Lens

highlights the entire line wherever a diagnostic is generated by the language and also prints the message inline.

so you can know the cause of error easily

Link

5. Auto Tag Rename

Automatically rename paired HTML/XML tag

Link