Popular Visual Studio Code Extensions

Original author: Adrian Hajdin

Code time


Code Time is an open source plugin that provides metrics directly in the code editor.

image

After installing the extension, you will be prompted to enter the control panel.

If you press command + shift + P inside the code editor , a window will open in which you can enter Code Time , and then choose between displaying the data in the code editor or in the browser.

Inside the browser, the information will look like this:

image

Inside the browser more colorful:

image

Code Time is useful if you need to know for sure or just wonder how much time you spend writing code.

One dark pro


One Dark Pro is one of the most popular and frequently downloaded themes for Visual Studio Code.

image

This example shows that we have icons for directories such as client and server, as well as for files such as .eslintrc .gitignore and package.json .

One Dark Pro is supported in React, Angular, Redux and many different frameworks and libraries, providing various directory icons for components, utilities, styles, as well as for reducers (Reducers), actions (Actions) and stores (Store).

Bracket pair colorizer


This extension allows matching brackets with colors.
This is useful when you have deeply nested objects or functions, as shown here:

image

Color highlight


Color Highlight shows a visual representation of any color code.

For example, if you enter RGB, RGBa, hexadecimal, or any other color code, you can see the color, as in this example:

image

Path intellisense



Path Intellisense is a plugin that automatically completes file names.

This is useful for importing components into React, since you do not have to manually enter the path to the file you are looking for.

ES7 React / Redux / GraphQL / React-Native Slices


The next extension is ES7 React / Redux / GraphQL / React-Native snippets. A long name, but it will save you a lot of time, especially if you use it in React.

This extension provides JavaScript and React / Redux snippets in ES7 with the functions of the Babel plugin for VS Code.

Right in the code editor, you can press command + shift + P , and then ES7 Snippet Search , you will see a long list of short commands that you can run to get longer snippets of code.

image

Using this extension, you can easily find a command, for example, for a fragment of a functional component.

You run commands by typing them in the editor and pressing enter. Everything is simple!

GitLens - Git supercharged


GitLens extends the capabilities of Git built into Visual Studio Code.

Helps at a glance identify the author of the code using the Git-blame and code lens annotations, easily navigate and explore Git repositories, get valuable information using comparison commands, and much more.

By clicking on the line of code, you will see who edited it, when it was edited, and in which commit. Useful thing!

image

Also popular now: