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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

r - Using `bbmle:mle2` with vector parameters (already works using `optim`) -