2

The default matching brackets/parentheses highlight is too intrusive/bold for my liking and compare to Atom. I can't find a way to disable it or change. Is there CSS somewhere or an extension? PS: This is for VSCode not Visual Studio.

Azat
  • 3,754
  • 2
  • 15
  • 13
  • I don't think that's possible right now. I listed some relevant issues here: http://stackoverflow.com/a/41815140/2631715 – Gama11 Feb 02 '17 at 16:32
  • Possible duplicate of [Change bracket highlight weight in VS Code to be more visible](https://stackoverflow.com/questions/43075393/change-bracket-highlight-weight-in-vs-code-to-be-more-visible) – John Y Sep 22 '17 at 17:13
  • The duplicate I proposed is newer than this question, and asks to make bracket highlighting *more* visible, rather than less, but its [accepted answer](https://stackoverflow.com/a/43080788/95852) is the best answer to either question right now. – John Y Sep 22 '17 at 17:14
  • Possible duplicate of [Custom brace highlighting in Visual Studio Code](https://stackoverflow.com/questions/39188214/custom-brace-highlighting-in-visual-studio-code) – John Y Oct 23 '17 at 21:27

1 Answers1

1

preferences -> settings and add this line in settings.json file

editor.matchBrackets": false

Ahmad Raza
  • 13
  • 5