IntelliJ: How can I always show parameter hints?
Asked Answered
A

1

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?

Ame answered 16/7, 2018 at 4:21 Comment(2)
See this image with the relevant settings.Cookery
Or you can use Ctrl+P ( View-> Parameter Info)Absalom
A
2

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

Ame answered 31/12, 2020 at 11:20 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.