Top 9 VS code extensions

Oumeyma Jouini
2 min readFeb 5, 2023

--

80% of programmers utilize Visual Studio Code as their preferred software, however, their efficiency may not always be optimal. These 9 top Visual Studio Code extensions can enhance productivity and bring it to the next level.

  1. CodeSnap:

Quickly creates screenshots of code snippets by highlighting within project.

👉 https://lnkd.in/di_hxjGB

2.ESLint:

A popular extension for linting JavaScript code and detecting errors and potential problems. Improves code quality and consistency.

👉 https://lnkd.in/dd752zDg

3. JavaScript (ES6) Code Snippets:

This extension is used for providing quick code completion for frequently used syntax and patterns.
👉 https://lnkd.in/dPW78G8M

4.Project Manager:

It helps you to easily access your projects, no matter where they are located.
👉 https://lnkd.in/dGFg2PNQ

5. Colorize:

It provides colorization for languages and files based on their file extensions, for better code readability and syntax highlighting.
👉 https://lnkd.in/dj39Nmag

6.GitLens:

This extension provides a quick and easy way to view Git blame annotations, view file history, and compare branches, it enhances your Git experience in VS code.
👉 https://lnkd.in/de8GJipb

7. Tabnine:

TabNine is an AI-powered autocomplete extension for code, which can greatly speed up coding by providing suggestions for code snippets, variable names, and other commonly used elements.
👉 https://lnkd.in/dzyw8_N6

8. Live Server:

The Live Server extension allows you to run your web projects in a local development environment with live reloading, without having to manually refresh the page after every change.
👉 https://lnkd.in/d35BTMZK

9. Prettier:

It formats your code to conform with a consistent style guide. It eliminates debates over coding style by taking care of it for you, freeing up time and mental energy to focus on the actual code.It supports a wide range of languages including JavaScript, TypeScript, JSON, HTML, CSS, and many others.
👉 https://lnkd.in/d8-Gerdu

Hope this helps you dear reader and Thank you for being here Today !

Visual Studio Code

--

--