Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 477
Jire Avatar asked Jul 16 '18 04:07

Jire


People also ask

How do I see arguments in IntelliJ?

Default shortcut to show parameter info in IDEA is ctrl + P .

How do I hide usage in IntelliJ?

If necessary, you can disable the automatic highlighting. Press Ctrl+Alt+S to open the IDE settings and select Editor | Code Editing. Clear the Usages of element at caret checkbox in the Highlight on Caret Movement section.


1 Answers

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

like image 172
Jire Avatar answered Nov 08 '22 23:11

Jire