Suggestion popup
Answered
Hello,
can anyone tell me what is this popup that comes up almost everytime I try to type something?
I would like to disable it, and I don't know how...
Please sign in to leave a comment.
It is called a "Parameter Info popup" in IntelliJ IDEA. It shows the names of parameters in method and function calls.
By default, IDEA automatically shows the popup with all available method signatures within 1 second after you type an opening bracket in the editor or select a method from the suggestions list.
You can disable showing the popup automatically in the settings:
You will still be able to access the list of parameters with `Ctrl+P` while on a method.
See also:
Thank you very much!