items that are prefixes of other items should go first

Java expected type also should go first, and win
current class should be preferred in completion (IDEA-64703)
This commit is contained in:
peter
2011-02-14 21:21:32 +01:00
parent 67042244dd
commit ec40eab2f2
14 changed files with 201 additions and 32 deletions
@@ -1,6 +1,6 @@
class A{
{
String str;
str.toString();
str.toCharArray();
}
}
@@ -1,7 +1,7 @@
class A{
{
final String path = BASE_PATH;
path.toString()<caret>;
path.toCharArray()<caret>;
sdkfjsdkhjfh();
}
}