Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 31, 2021 11:08 am GMT

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.


Original Link: https://dev.to/pythonbutsnake/wrap-up-2021-with-these-vs-code-extensions-19af

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To