DEV Community

Cover image for Bracket Pair Colorizer 2 - VS Code Extension Highlight
Michael Jolley
Michael Jolley

Posted on

 

Bracket Pair Colorizer 2 - VS Code Extension Highlight

Bracket Pair Colorizer 2 is a great Visual Studio Code extension if your using a language that utilizes parenthesis or brackets. It allows matching brackets & parenthesis to be identified with colors and adds some other UI sugar to make it easy to identify what scope you're typing in. In this video we discuss the features and some customization options available.

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git