Jire
Jire

Reputation: 10280

IntelliJ: How can I always show parameter hints?

I'd like to always be able to see method parameter hints when filling in a method.

IntelliJ shows these hints, but they disappear after typing for a bit:

enter image description here

How can I make it so these popup hints always appear while typing out the method params?

Upvotes: 9

Views: 2123

Answers (1)

Jire
Jire

Reputation: 10280

You need to enable all the options in: Editor -> General -> Code Completion under the section Parameter Info:

Upvotes: 2

Related Questions