DEV Community

Sonia Singla
Sonia Singla

Posted on • Originally published at soniasingla.com

🎨 Bracket Pair Colorizer

I have been coding for a while now, and identifying blocks, notations, opening and closing tags within heavily nested loops and functions is more of a nightmare for me.

Recently, I get to know about the Bracket Pair Colorizer extension in Visual Studio Code, life savior extension! This extension allows matching brackets to be identified with colours. By default (), [], and {} are matched, however, custom bracket characters can also be configured.

It enhances the way that we write code and helps in a better understanding of the mess going on, in the code editor.

You can install Bracket Pair Colorizer using the VS Code extension marketplace. Hit install and make sure to reload after installation 🤗

Cheers & Happy Sharing! ❤️

Latest comments (3)

Collapse
 
hanna profile image
Hanna

Always have loved this extension, it's very helpful for identifying what brackets/parenthesis/etc belongs to what.

Collapse
 
equiman profile image
Camilo Martinez

Consider update your links with 2 version.

Collapse
 
soniasingla profile image
Sonia Singla

Thanks for checking-in, changes updated :)