Ludger
Ludger

Reputation: 1031

IntelliJ IDEA missing some classes in autocomplete

I have quite a few libraries attached to my project and in Eclipse it shows me all my classes that are available to me when I press Ctrl+space. But with IntelliJ IDEA so many are missing and even when I press Ctrl+space twice it still does not show up.

How ever it does come up when I use goto class(Ctrl + N) it fines it ill add 2 print screens as an example: Not Finding class

Finding class in goto

Upvotes: 3

Views: 844

Answers (2)

Carlos
Carlos

Reputation: 1329

By default IntelliJ IDEA come with a "first letter" case sensitive. Here's the place to change that value to "None".

Case insensitive

Upvotes: 2

Ludger
Ludger

Reputation: 1031

Opened up a bug on the jetbrains tracker and Peter Gromov got back to me with "its a bug to do with starting a class with a small letter." The said bug is documented here

Peter suggested that I use the new version of Intellij Idea 13 in which this issue was fixed.

Update It works on Intellij Idea 13 (as suggested by Peter), so indeed it was an issue with the first character being a lower case character.

Upvotes: 4

Related Questions