8 VS Code Plugins To Improve Your Productivity

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python

VS Code is a great editor that ships with many features out of the box. That is one of the reasons why it’s the most used IDE. However, there are some areas where it can be improved — and that’s where extensions come into play.

I’m not a big fan of having many plugins installed. There is always the risk of making your editor slower or introducing too much magic into your daily routine. You still need to be in the driver’s seat.

That’s why I try to stay as close to the raw features as possible. I have no more than ten plugins installed at any given time. I try to be very tidy there. If you installed something and you feel it is not helping, just delete it. It might be distracting you or impacting performance.

However, there are some very specific extensions that will have a very important impact on your productivity. I want to focus on those in this article. You are most likely not going to need them all, as your workflow might be different than mine, but you might discover something new and useful.

8 Best VSCODE plugin/extension of 2022.

1. GitLens vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,gitlens

Visual Studio Code comes with basic support for Git functionality. However, it is very incomplete.

GitLens simply helps you better understand code. Quickly glimpse into who changed a line or code block, why, and when. Jump back through history to gain further insights into how and why the code evolved. Effortlessly explore the history and evolution of a code base. It is powerful, feature-rich, and highly customizable to meet your needs.

There are other plugins that aim to fill that gap, but they don’t come close to what GitLens offers. Instead of having to install five different plugins to cover everything, you just need one. 

2. Live Share vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code live share
 
At the moment, when doing pair programming, the regular practice is to share the screen via Zoom or any other provider. If you have tried that, you know its flaws. There’s a lot of room for improvement. This plugin aims to fill this gap.

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code live share  
 
This plugin will let you do pair programming remotely. It currently supports up to 30 people. It is feature-packed. You don’t even need to jump on a Zoom call anymore. This plugin provides built-in chat or build-in audio calls.

Starting a session is super easy. After creating the session, you will get a URL to give to your colleagues.

3. VS Code Remote Development vs code plugin

 
This extension provides seamless development in containers remotely on physical or virtual machines. You don’t need to run anything on the server. Just SSH to the machine using this extension.

Why is this useful? You can better inspect code on remote machines or just have a remote machine where you have all your development tools and edit the code there. That means that you can turn your laptop into just a client and have all the hungry resources executing in another machine. You are then able to have all your work-related code sandboxed and independent of your personal data.

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code remote development
 
Plugins installed in the remote machine won’t be installed in the client machine. That keeps things pretty tidy.

Some companies are even providing remote machines to their employees. They cut the cost of configuration time by a lot and the companies can be sure that their employees have capable machines with which they can develop their product.

4. Peacock vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code peacock

Do you switch between different projects often? This extension will help you customize each project so you can have some visual feedback on what you are currently working on.
 
python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code peacock

It comes with some nice predefined colors but also lets you add your own. My favorite? The “Mandalorian Blue.” Such a cool name.

5. Bracket Pair Colorizer 2 vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,Bracket Pair Colorizer

This is a very simple yet very useful extension. It allows matching brackets to be identified with colors. The user can define which characters to match and which colors to use.

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,Bracket Pair Colorizer

I’m very happy with the default behavior, although it’s highly customizable.

6. Color Highlight vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,Color Highlight

Another simple yet useful tool. It will simply highlight CSS/web colors found in your document.
 
python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,Color Highlight

7. ESLint vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code eslint

A plugin that integrates ESLint into VS Code. You will need to have ESLint installed for it to work and provide an .eslintrc configuration file.

It has a lot of configuration options that are worth checking out.

8. Prettier vs code plugin

python visual code extension,visual code extension offline,visual code extension javascript,visual code extension offline install,visual code extension python,vs code prettier

An extension to support Prettier, which is an opinionated code formatter. It removes all original styling and ensures that all outputted code conforms to a consistent style.

This tool is definitely a must on big projects so you can ensure a readable codebase. As Prettier is highly configurable, all your team needs to do is agree on its config.

You will need to tell VS Code where the .prettierrc configuration file lives or have it in the root folder.

Final Thoughts

Those are my favorite VS Code plugins. They are good companions in my daily work. You might find some more useful than others depending on your tech stack or duties.

VS Code is a great editor that ships with many features that make you need fewer and fewer plugins.

There are tons of plugins. Make sure you don’t spend too much time looking for the perfect one. At the end of the day, plugins are there just to give you a little help — not to do the work for you.


1 Comments

Previous Post Next Post