9

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?

Jire
  • 9,680
  • 14
  • 52
  • 87

1 Answers1

2

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

Jire
  • 9,680
  • 14
  • 52
  • 87