DEV Community

Cover image for Top VS Code Extensions For Web Developers

Top VS Code Extensions For Web Developers

Cess on October 21, 2021

Hello everyone! πŸ’™ In this article, I will discuss some of the Visual Studio code extensions I find helpful as a web developer. These Vs. Code exte...
Collapse
 
gizmecano profile image
P. Mergey

It seems that Bracket Pair Colorizer is now deprecated due to improvements recently made in VSC core: henceforth settings such as "editor.bracketPairColorization.enabled": true and "editor.guides.bracketPairs": true are suitable enough.

Collapse
 
talorlanczyk profile image
TalOrlanczyk • Edited

There is brackets pair colorize 2

Collapse
 
gizmecano profile image
P. Mergey

True, but specified as unmaintained in the marketplace.

Thread Thread
 
rmulon17 profile image
rmulon17

Is there any alternative? brackets pair colorizer 2 is deprecated too

Thread Thread
 
gizmecano profile image
P. Mergey

No more extension is really needed to supersede these extensions, as VS Code has now native features for this. Take a look to the October 2021 release of Visual Studio Code to see how to set up brackets to fit your needs.

Collapse
 
cesscode profile image
Cess

Oh! I will update the article asap. Thanks for Reading Chief ❀️

Collapse
 
cesscode profile image
Cess

I will make corrections Asap. Thanks for Reading ❀️

Collapse
 
ben profile image
Ben Halpern

You should crosspost this to community.vscodetips.com :)

Collapse
 
cesscode profile image
Cess

I will do that... Thanks for Reading Chief ❀️

Collapse
 
harishash profile image
Haris#

You should also check out blox. It contains a whopping 1500 ui code snippets for different frameworks

Collapse
 
rajtslegr profile image
Petr Rajtslegr

It works only for HTML or Handlerbars.