How to disable parenthesis in Visual Studio

In VS 2015, I get a strange curly brace highlighting effect. Using the Dark theme, I get a light gray square around a pair of curly braces, parsers, or quotes when I place the cursor after the final token.

I figured it was a plugin, but I turned off the CodeRush and Productivity Power Tools and it still happens.

I thought VS 2013 did the same, but I don't remember how to disable it.

+3


source to share


1 answer


  • Tools -> Options
  • Environment → Fonts and Colors
  • Bracket Matching: Set Foreground and Background to Automatic.


No need to change matching with Brace (selection) or matching with curly brace (rectangle)

+8


source







All Articles