10 VSCODE Extensions That will boost your productivity.
Fasten your seatbelts as we explore the best extensions in the world.

- Prettier:
An opinionated code formatter that works particularly well if you have multiple people working on a single project, because the extension enforces a consistent style.
2 Intellisense:
Provides intelligent code completion, parameter hints, and other features to make coding faster and more efficient.
3. GitLens:
Provides a wealth of information about your code repository, including who last modified a line of code, when it was modified, and why.
4. Import Cost:
Displays the size of the imported package right in the editor.
5. Snippets:
A collection of various extensions for the most commonly used programming languages. Snippets is an excellent add-on for productivity.
6.Better Comments:
An extension used for writing human-friendly comments in your code, which is helpful for you and anyone who is reading source code (especially for teams).
7. CSS Peek:
Allows you to “peek” at the styles for CSS classes, ids, and even HTML tags.
8. Bracket Pair Colorizer:
Matches corresponding brackets in your code with the same color, making it easier to find matching pairs and understand your code.
9. Peacock:
Allows you to change the color of your workspace to help differentiate between different projects.
10. Markdown All in One:
Provides keyboard shortcuts, table formatting, and other features to make working with Markdown files easier.
Add more in the comment section…