How to disable angle bracket highlighting in Visual Studio Code? -


i want disable character highlighting happens on angle brackets, find square box annoying. there way turn off?

enter image description here

you can use following: // highlight matching brackets when 1 of them selected. "editor.matchbrackets": false, disables highlighting brackets not angle brackets.


Comments

Popular posts from this blog

python - What's the Pythonic way to report nonfatal errors in a parser? -

angular - Converting AngularJS deffered promise to AngularX observable for JSOM -

python - AssertionError when trying to assert return value from two dictionaries with py.test -