Simon
Simon

Reputation: 19948

IntelliJ: Code completion not working - no suggestion

I'm trying to use the ctrl + spacebar shortcut in IntelliJ for code completion but every time I do it, it returns "no suggestions".

enter image description here

This is my project directory, even if I type in starter and then press ctrl-spacebar, there is "no suggestion" even though the file exist in the project directory:

enter image description here

I have tried the following according to this thread (Intellij IDEA CE 12 Android XML Code Completion not working):

  1. Go to File->Power Save Mode and disable it - it is off.

  2. Go to Preferences->Editor->Code Completion and check Autopopup code completion - this has been checked

  3. Go to File->Invalidate Caches and restart. - done and no change

What is it that I'm doing wrong?

Upvotes: 0

Views: 2155

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 402523

CSS/JavaScript completion is supported only in IntelliJ IDEA Ultimate, see the comparison matrix.

Community Edition provides only basic syntax highlighting for these file types.

Upvotes: 1

Related Questions