Reputation: 51
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?
Upvotes: 5
Views: 541
Reputation: 2239
In Mac,
Press Command ⌘ + , to open settings. Alternatively you can select Preferences from Intellij.
Select Editor -> General -> Code completion. Scroll down to Parameter Info
section and disable Show the parameter info popup
checkbox.
In Windows,
Press Ctrl + Alt + S to open settings.
Select Editor -> General -> Code completion. Scroll down to Parameter Info
section and disable Show the parameter info popup
checkbox.
Upvotes: 2
Reputation: 45
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 image of the settings.
Upvotes: 2