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
- Make sure to remove the Bracket Pair Colorizer extension.
- Update VS Code
- 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.com – Author: Nick Taylor