5 January 2022 | get inspired | | 0 Comments

Native bracket pair colourization in Visual Studio Code

I’m a big fan of the Bracket Pair Colorizer extension, but it looks like this is native in VS Code now and much faster!

Configure native bracket pair colourization

  1. Make sure to remove the Bracket Pair Colorizer extension.
  2. Update VS Code
  3. Open your user settings via CMD (CTRL for non-Mac users) + Shift + P and type settings. The settings JSON file will open.
    Add the following: "editor.bracketPairColorization.enabled": true

All colors are themeable and up to six colors can be configured.

James Q. Quick has a video about getting this all set up.

Source: community.vscodetips.comAuthor: Nick Taylor

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top