DEV Community

Cover image for Top Ten VS Code extensions
ishrat
ishrat

Posted on • Updated on

Top Ten VS Code extensions

Here are the top ten Visual Studio Code extensions that will help you improve your coding experience:

  1. Gitlens

gitlens
GitLens is an open-source extension for vs code. IT simply helps you understand your code better. Quickly see who modified a line or a code block, why they changed it, and when.

Download Link

  1. CodeSnap

codesnap
Take screenshots of your code in a more excellent way.

Download Link

  1. Live Server

live server
The Live Server extension for VS Code has been installed more than 27M times. It's a beneficial extension. It Launches a local development server with a live reload feature for static & dynamic pages.

Download Link

  1. Better Comments

better comments
The Better Comments extension will help you create more human-friendly comments in your code.
With this extension, you will be able to categorize your annotations.

Download Link

  1. Tabnine

tabnine
With the help of Tabnine's AI code completions, you can code more effectively! Tabnine is a free, powerful AI assistant designed to help you code faster, reduce mistakes, and discover best coding practices.

Download Link

  1. Git history

git history
View the git log and file history, and compare branches or commits.

Download Link

  1. Prettier

prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that consider the maximum line length, wrapping code when necessary.

Download Link

  1. Live Share

live share
Live Share allows you to co-edit, co-debug, chat with your peers, share terminals and servers, look at comments, and so much more.

Download Link

  1. Auto Rename Tag

Auto rename tag
Automatically rename paired HTML/XML tags, the same as Visual Studio IDE does.

Download Link

  1. import cost

import cost
This extension will display inline in the editor the size of the imported package. The extension utilizes a webpack to detect the imported size.

Download Link

Youtube link

Unleash Your Coding Potential: 10 Must-Try VS Code Extensions

Top comments (0)