qwertzman
qwertzman

Reputation: 792

PhpStorm 2017.2.4: highlight matching parentheses on selection

I've been searching for the Code Style setting to highlight the opening and closing parenthesis on selection.

Here is an image of an example using the theme WarmNeon: enter image description here

I'm using my own edited version of the Solarized Light theme but I just can't find this particular setting: I searched on highlight, parenthesis and went through the settings manually to no avail.

Upvotes: 3

Views: 1057

Answers (1)

LazyOne
LazyOne

Reputation: 165491

  1. Settings/Preferences
  2. Editor | Color Scheme | General
  3. Code | Matched brace

enter image description here

Upvotes: 9

Related Questions