Reputation: 19948
I'm trying to use the ctrl + spacebar shortcut in IntelliJ for code completion but every time I do it, it returns "no suggestions".
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:
I have tried the following according to this thread (Intellij IDEA CE 12 Android XML Code Completion not working):
Go to File->Power Save Mode and disable it - it is off.
Go to Preferences->Editor->Code Completion and check Autopopup code completion - this has been checked
Go to File->Invalidate Caches and restart. - done and no change
What is it that I'm doing wrong?
Upvotes: 0
Views: 2155
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