DEV Community

Cover image for Wrap up 2021 with these VS Code extensions
Hamza Ahmad
Hamza Ahmad

Posted on • Updated on

Wrap up 2021 with these VS Code extensions

Visual Studio Code is arguably the most popular IDE at the moment for quite a while now. 2021 was no different for this successful code editor. The wide range of different features that VS Code allows us to use is what makes it special. One of the things that stands out about VS Code is the massive number of extensions it provides you. Today we will have a look at some of the distinct VS Code Extensions that every developer should install by the end of this year.

Visual Studio IntelliCode

This extension is based on Artificial Intelligence and it recommends code completion automatically. It also gives various development features based on Artificial Intelligence.

Marketplace Link

Image description

Peacock

This extension adds various colors to different windows of VS Code. While working on the front-end and back-end at the same time, you can add different colors to identify which repo you are working on. It also helps you add colors in live share and remote integration.

Marketplace Link

Image description

Regex Previewer

Regular expressions are often confusing to understand. Regex Previewer gives you a separate document similar to your regex.
The extension provides many examples of comparisons, so it is much easier to quickly and accurately regex the various use cases.

Marketplace Link

Image description

blox

blox is another incredibly useful extension with a mammoth 1500+ drop-in-ready UI snippets. All you have to do is just drag and drop the pre-made code snippets in your project and save a great amount of time writing code.

Marketplace Link

Image description

Bookmarks

Bookmark your code at a certain line with this extension so that you can refer to it later. Add the bookmark with the command “ctrl+alt+k” and it is also the same command for toggling the bookmark. “ctrl+alt+l” is the command for jumping to the next bookmark and “ctrl+alt+j” is the command for jumping to the previous bookmark.

Marketplace Link

Image description

Quokka.js

This extension speeds up development by displaying runtime values in the editor as you code, so you can focus on writing code instead of building custom configs.

Marketplace Link

Image description

Profile Switcher

Profile Switcher helps you create various profiles on VS code that you can use for different reasons. This is a must-have extension for those who use VS code for more than one reason. You can save specific extensions for each profile as well.

Marketplace Link

Image description

SonarLint

Sonarlint is an outstanding extension for lone workers without a team. Basically, it detects code quality and code security issues, and generates reports for the user. Sonarlint can also be used by teams with sonarCube and sonarCloud. It has built-in rules in it but a developer can also mute rules or add new rules.

Marketplace Link

Image description

If you are going in 2022 without these extensions then you should definitely check out these extensions for better productivity.

Top comments (8)

Collapse
 
roneo profile image
Roneo.org

I dont use Profile Switcher but 2 different flavours of Vscode:

  • vscode for coding
  • vscod*ium* for taking notes in Makdown.

I'm entirely satisfied with this setup, especially because these two applications appears with different icons in the Alt+Tab menu in Gnome

Collapse
 
pythonbutsnake profile image
Hamza Ahmad

I haven't tried that but seems promising

Collapse
 
cavo789 profile image
Christophe Avonture

I'm using Tabnine for IA and autocompletion. Really amazing how this extension becomes quickly essential.

Collapse
 
pythonbutsnake profile image
Hamza Ahmad

Exactly! You should also try Codebite

Collapse
 
supportic profile image
Supportic

Another alternative to Bookmarks is Anchors which blends in very vell when writing comments.

Collapse
 
pythonbutsnake profile image
Hamza Ahmad

Will try it out surely

Collapse
 
umairkh34094841 profile image
Umair Khan

I really like the effort you made, My team also find it healpful.
Keep It Up!

Collapse
 
pythonbutsnake profile image
Hamza Ahmad • Edited

Thanks for the compliment. Best of luck to your team