elipoultorak
elipoultorak

Reputation: 322

Change color of similar word in PHPStorm

In PHPStorm, when you select a variable name in Javascript, it highlights all the other occurrences of that variable with a light background. How do you change the color of this background?

Upvotes: 2

Views: 652

Answers (1)

Vladan
Vladan

Reputation: 1622

It's in Settings (Win/Linux) or Preferences (Mac) then

Editor/Colors & Fonts/General/Identifier under caret.

There you can set various options, like Foreground, Background, Error Stripe Mark and, probably what is of your interest the most, Effects.

Upvotes: 5

Related Questions