Home > OS >  How to disable parameter pop-up in IntelliJ
How to disable parameter pop-up in IntelliJ

Time:07-06

I keep getting this pop-up every time i open a parenthesis and it does not seem to be clickable. How do i disable it?

This is an image showing the pop-up

CodePudding user response:

Try to change this parameter in setting:

Ctrl Alt S

-> Editor -> General -> Code completion -> Show the parameter info pop-up in "amount" s.

Here's an code autofill changes

  • Related