Eliya Cohen
Eliya Cohen

Reputation: 11478

PhpStorm: change the style of a parameter hint

Since I updated my PhpStorm, whenever I type a method, it mentions me the parameter hint.

Like so:

enter image description here

I wanted to know if there's a way to change its style.

Upvotes: 2

Views: 369

Answers (2)

Xenocide8998
Xenocide8998

Reputation: 311

This is now found in Settings > Editor > Colors & Fonts > Language Defaults

Then choose "Inline parameter hint"

Version: 2017.1

Upvotes: 3

Eliya Cohen
Eliya Cohen

Reputation: 11478

The reason why I couldn't find an option to change the style of the parameter hint, was because I was looking on a PHP code style instead of a general font style.

Going to Settings > Editor > Colors & Fonts > General and then choosing the "Parameter Hint" and that's it.

Upvotes: 2

Related Questions