5 Best extensions in VSCode for web-developer

Diti Arora
2 min readJan 25, 2021

--

there are so many best extensions in vs code for web developers which make lives easy for web-developers.in this article I will be discussing 5 of them which I think are super helpful. Do read the article till the end!

  1. Live Server

live server extension helps you in directly opening the html file in he browser without needing to copying the path of the file and pasting it in the browser url or by going to the respective folder and then opening the file.

How does this work?

  1. right click on the html document.
  2. an option will appear: “open in live server”
  3. simply click on the option and your file will automatically open in the browser

2. Auto Rename tag

this extension will automatically generate the closing tag. even if you mak changes in the opening tag, the change will automatically be done in the closing tag as well.

3. Material theme

this extension really gives a whole bunch of varieties of theme to you. and according to me, theme does play an important role while coding, but on the other hand I’m also not saying to spend hours and hours in deciding the theme

4. Prettier

when you will write you code, this extension will automatically give indent according to the code. Means, if the tag is a child of a parent div, this tag will have slightly more indent in comparison to the parent div, giving you an ease for understanding the code.

5.Bracket Pair Colorizer

this extension helps in giving a distinct color to every set of brackets. Its very helpful especially when you are having a bracket inside a bracket(due to there distinct colors, you get to know which closing bracket is for which opening bracket).

I hope you found it helpful!

Instagram: https://www.instagram.com/theditiarora/

Youtube: https://www.youtube.com/channel/UCjXmPuBPWC9uy8honWkX8AA

--

--

Diti Arora
Diti Arora

Written by Diti Arora

0 Followers

11 year old school going student. I am an front-End developer. Founder: Di-Code

No responses yet