Table of contents
No headings in the article.
SOME USEFUL EXTENSIONS WHEN YOU WRITE HTML IN VS CODE
1) Auto close Tag
Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text does.
2) Auto Rename Tag
Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
3) Live Server
Launch a development local Server with live reload feature for static & dynamic pages
4) prettier - code formatter
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