Show static members after instance qualifier on second completion

This commit is contained in:
peter
2011-11-02 18:39:12 +01:00
parent 32632b2072
commit 557b9e6fcd
20 changed files with 64 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
public class KeyVO {
{
this.fo<caret>
}
static void foo() {}
}

View File

@@ -0,0 +1,6 @@
public class KeyVO {
{
this.foo();<caret>
}
static void foo() {}
}