Top 10 VS Code Extension For Your Productivity

Tushar Mahmud
3 min readJul 9, 2022

--

(1) Path Intellisense

This Extension autocompletes the file names. Like tags in HTML, it autocompletes the tags.

Path Intellisense

(2) Live Server

This Extension allows you to launch your local projects with a live reload on the browser so you don’t have to constantly refresh after changes.

Live Server

(3) Codesnap

Codesnap helps you to create awesome code screenshots.

Codesnap

(4) Material Icon Theme

Get the material design icons into your code. This one gives your editor a new look.

Material Icon Theme

(5) 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.

Prettier -Code formatter

(6) Project Manager

It helps you to easily access your projects, no matter where they are located. Don’t miss those important projects anymore.

Project Manager

(7) EsLint

EsLint is a linter that you can integrate into your Visual studio code setup in order to ensure code integrity.

EsLint

(8) Github Copilot

GitHub Copilot is an AI pair programmer which suggests line completions and entire function bodies as you type.

Github Copilot

(9) Better comments

Better comments is an extension used for writing human-friendly comments in your code, which is helpful for you and anyone who is reading your code.

Better comments

(10) Live Sass Compiler

This Extension will help you to compile/transpile your SASS/SCSS files in real-time with a live browser reload.

Live Sass Compiler

Thanks for reading the thread. If you find it useful. Give the first one a share and if you have any feedback, let me know in the comment.

Find me on:

Github: Link

LinkedIn: Link

Twitter: Link

Facebook: Link

--

--

Tushar Mahmud
Tushar Mahmud

Written by Tushar Mahmud

Full-stack Developer with more than 1 year of experience. I love to code and explore new things. Let’s build something new together.

No responses yet