Reputation: 1031
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:
Upvotes: 3
Views: 844
Reputation: 1329
By default IntelliJ IDEA come with a "first letter" case sensitive. Here's the place to change that value to "None".
Upvotes: 2
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