Wagner Michael
Wagner Michael

Reputation: 2192

Intellij Idea Code Completion not working

I just started Intellij Idea ( version 13.1.4 )today and noticed code completion with ctrl + space doesnt work anymore. If i'm typing like a class the automatic popup still appears and i can autocomplete this way, but if i close the popup with esc i cannot open it with ctrl + space anymore.

My settings:

enter image description here

So Basic Completion is activated. I tryed:

No difference. Any help appreciated cause it kinda makes me mad :)

Upvotes: 2

Views: 6455

Answers (1)

hurlman
hurlman

Reputation: 376

I had this same problem. Ended up being caused by me not having a directory marked as Sources Root.

To fix: right click on your src directory > Mark Directory As > Sources Root.

Upvotes: 4

Related Questions