Five VS Code extensions to boost your productivity

Zaid Ahmed Soomro
3 min readDec 5, 2021
5 VS Code Extensions to boost your productivity

VS Code is one of the most popular text editors used these days. It is famous among the programmers for its ravishing UI and the enormous community that is contributing to it to make it better bit by bit.

In this article, I am going to show you some of the wonderful visual studio code extensions that will be assisting you when writing thousands of lines of code and will keep your eyes relaxed as well.

1. Tabnine

Tabinine is an AI assistant for coding that saves your time. It is trusted by big organizations like GitHub. It will suggest you the code snippets when you try to type something and will optimize your time.

Source: https://i.ytimg.com/vi/twPtvZuBrAg/maxresdefault.jpg

2. Atom One Dark Theme Extension

This vs code extension allows you to make your VS code UI pacifying. This theme is actually inspired by Atom’s One Dark theme, and this extension allows you to experience Atom’s theme in VS code.

VS Code window screenshot for demonstrating Atom One Dark Theme

3. Live Server

The live server is one of the most popular VS code extensions for the web developers. Live server assists you to increase your productivity. It is actually a simple node app that detects ctrl + s in windows and reloads the browser for you.

Live server logo

4. Snapcode

The snapcode extension is used for taking the snapshots of code snippets beautifully. For the most part, these are used by YouTubers and bloggers to show their code snippets exquisitely to their followers.

5. vscode-icons

This extension provides different eye-catching icons for the VS code. It has many icons with different colors that allow you to distinguish between files easily and give a boost to your productivity.

--

--