Member-only story

Top 10 Visual code extension for developer

Sumit kumar Singh
2 min readMar 4, 2023

Live Share: This extension allows developers to collaborate in real time, by sharing their code, terminal, and debugging sessions with others.

GitLens: GitLens enhances the Git experience in Visual Studio Code by providing additional features such as code lens, blame annotations, and more.

Prettier: Prettier is a code formatter that can automatically format your code to make it more consistent and readable.

Bracket Pair Colorizer: This extension colorizes matching brackets in your code, making it easier to read and navigate.

IntelliSense for CSS/SCSS/LESS: This extension provides enhanced CSS IntelliSense, including auto-completion, validation, and hover preview.

Code Spell Checker: This extension checks your spelling as you type in Visual Studio Code, helping you catch typos and errors in your code comments and documentation.

REST Client: This extension allows you to send HTTP requests and view responses directly within Visual Studio Code, making it easier to test and debug APIs.

Docker: The Docker extension provides integration with the Docker CLI, making it easy to build, run, and manage Docker containers within Visual Studio Code.

Better Comments: This extension adds syntax highlighting to comments in your code, making it easier to read and understand your code’s intent.

ESLint: ESLint is a popular JavaScript linter that can help you catch errors and enforce coding standards in your code. The ESLint extension provides integration with Visual Studio Code, allowing you to see errors and warnings directly in the editor.

--

--

Sumit kumar Singh
Sumit kumar Singh

Written by Sumit kumar Singh

YouTube: https://shorturl.at/8zZ4B Topmate: https://topmate.io/sumit_kr_singh 📚 HTML, Angular, React, and JavaScript 🧑‍💻 Tips & tricks

No responses yet