Mike Roid
Mike Roid

Reputation: 51

How to disable parameter pop-up in IntelliJ

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

Upvotes: 5

Views: 541

Answers (2)

Coder
Coder

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.

code autofill changes

Upvotes: 2

Katerina Zharkaya
Katerina Zharkaya

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

Related Questions