Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable auto completion pop up in idea

Recently the code completion popup inside IDEA is getting on my nerves. It is extremely useful when I invoke it with alt+space but the auto popup is totally in my way, when I am trying to type. Is there a way to disable it and tell IDEA to only provide this on ALT+SPACE?

thanks

like image 618
Arash Avatar asked May 27 '11 19:05

Arash


1 Answers

File -> Settings -> Editor -> Code completion

Uncheck Autopoup code completion in (ms). Works for me on 10.5.

like image 125
Tomasz Nurkiewicz Avatar answered Oct 04 '22 21:10

Tomasz Nurkiewicz