简体   繁体   中英

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: 没找到课

在goto中查找课程

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.

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

不区分大小写

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM