in basic completion in java, act like smart completion for class names after new

This commit is contained in:
peter.gromov
2010-11-17 17:32:47 +03:00
parent 27fd107abc
commit 52a4227091
12 changed files with 173 additions and 31 deletions
@@ -2,6 +2,6 @@ import pack.WithInnerAClass;
public class Test1 {
public void foo() {
new WithInnerAClass()<caret>
new WithInnerAClass<caret>
}
}