As a web developer, I’ll share 8 powerful extensions on vs code that will boost your coding experience and make it easier.
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.
Labels the end tags with class names
checks the spelling in your code, saves you from dummy spelling error that ruins your code.
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
Automatically rename paired HTML/XML tag