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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -