I just want to disable the character highlighting that happens on angle brackets, as I find the square box to be annoying. Is there a way to turn it off?
"editor. bracketPairColorization. enabled": "false", Or search for "Bracket pair" in the settings UI.
You can enable / disable semantic highlighting in the VS Code settings. Press F1 to open the command window, and then enter "Open Settings (UI)". Search "semantic" to find the Editor>Semantic Highlighting item . Set the value to true to enable semantic highlighting; otherwise set it to false .
You can search keyword highlight
in setting, and you change Editor:Match Bracket
to never
, like this:
You can use the following: // Highlight matching brackets when one of them is selected. "editor.matchBrackets": false,
however it disables highlighting all the brackets not only the angle brackets.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With