-1

Why is IntelliJ making a different background colour for braces here in this Java project, that shows me a mouseover of the whole function?

How do I get it to simply stop displaying the different background colour, while keeping the mouseover feature, or if not possible, just disabling both?

Different Background Color for Braces

Neil
  • 24,551
  • 15
  • 60
  • 81

1 Answers1

0

Under Settings/General scroll down to Highlight matched brace.

Terry
  • 911
  • 10
  • 26
  • That probably just highlights the matched brace corresponding to one that the cursor is on. – Neil Aug 16 '18 at 01:27