prefer java.lang.String* and System classes in completion

This commit is contained in:
peter
2013-12-04 17:56:29 +01:00
parent a888bb5935
commit 7368b35bac
3 changed files with 14 additions and 3 deletions
@@ -0,0 +1,6 @@
public class Foo {
void foo() {
S<caret>
}
}