Reputation: 10280
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:
How can I make it so these popup hints always appear while typing out the method params?
Upvotes: 9
Views: 2123
Reputation: 10280
You need to enable all the options in: Editor
-> General
-> Code Completion
under the section Parameter Info
:
Upvotes: 2