Must have Vs Code Extensions For Web Developers

Must have Vs Code Extensions For Web Developers

Table of contents

No heading

No headings in the article.

Top 3 Vs Code Extensions For Web Developers

1) Live Server

Live Server really makes development productive we don't have to reload page every time we make minor changes.

If you are someone who switch's tabs and reload page to check your changes then you should definitely use live server.

Live server reload the page automatically every time we make a change in code and save (It reloads page when we save code)

2) Waka Time

If your someone like me who want to track how much time you spent on coding Then Waka Time is the extension you need.

It keeps the track of time you spent inside Vs Code.

Waka Time keeps track on how much time you spent on each project, it shows weekly and daily overview on average time spent coding.

Here take a look at my Waka Time Dashboard

For some reason it didn't track my activity today, so I uploaded screenshot of yesterday(4th Dec)

image.png

Waka Time even lets you post your weekly status in twitter.

3) Git Lens

I started using Git Lens recently but it is really helpful if your using GitHub. Git lens lets you track and compare your git commits in your Vs Code itself you don't have to check manually in GitHub Here is a example how it would look in Vs code git lens.png