don't suggest lowercase non-imported classes in autopopup (IDEA-114348)

This commit is contained in:
peter
2014-02-06 16:25:10 +01:00
parent ab8284b414
commit 3fd5b8e306
4 changed files with 27 additions and 4 deletions
@@ -0,0 +1,6 @@
public class Zoo {
void foo() {
abcdefg<caret>x
}
}