Native Bracket Pair Colourization in VS Code

Nick Taylor - Sep 4 '21 - - Dev Community

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
Enter fullscreen mode Exit fullscreen mode

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

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

More tips at https://vscodetips.com!

Happy VS Coding!

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player