Extensions you can use in vscode for web development

Harsh chandrakar
1 min readMay 25, 2021

Extensions make our work easy I day to day life as a web developer I have found some of the best extension that you can use they are listed below:

  1. Auto Rename Tag:-Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
  2. Bracket Pair Colorizer:-This extension allows matching brackets to be identified with colors. The user can define which characters to match, and which colors to use.
  3. Color Highlight:- This extension styles CSS/web colors found in your document.
  4. ESLint:-Integrates ESLint into VS Code.
  5. file-icons:- Vast array of icons for most languages and frameworks.Comes in colored and colorless flavors.
  6. Live Server:- Launch a local development server with live reload feature for static & dynamic pages.
  7. Prettier — Code formatted:- 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.

--

--