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?
You need to enable all the options in: Editor
-> General
-> Code Completion
under the section Parameter Info
: