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!
// Detect dark theme
...
For further actions, you may consider blocking this person and/or reporting abuse
If you want to customize colors, you can do it by overriding your theme ones. Go to code.visualstudio.com/api/referenc... and do a search for
Bracket pair colorization
for all available settings.For example, these are my custom bracket colors for the theme One Monokai:
Noice!
It is actually ironic I found here a solution for how to remove it! hahaha I don't like it, all of the sudden I open vscode and I see all those colored brackets and completely hate how it looks. I missed the update changelog that mentions this was native so I started disabling all my extensions and nothing helped, then I researched and found this article which it is actually praising it, but still I could just set it to false 😄
Glad it helped you turn it off. 😅 Everyone likes to customize their editors to their liking, so all good! If you're a VS Code fan, consider checking out vscodetips.com!
Call to action for all VS Code users!
Ben Halpern for The DEV Team ・ May 12 ・ 1 min read
For those who need to get full customization of brackets without using extensions, you can add these lines to your VSCode settings (v1.60.0+):
Saves my eyes. Thank you. Where I can find full list of preferences? Maybe something useful exist there
I like this. But I'd also like those lines that connect enclosing brackets.
Yes, you can by add this line to setting.json file. it's built in
"editor.guides.bracketPairs": true
worked like a charm, thanks
Really love this extension! I used that on VSCode and Jetbrains 👌🏼
This is great. I don’t know why I am so fussy and snobby about my vscode and iterm setup 🙈🙈