Add custom templates to completion list if corresponding Registry-key is enabled

This commit is contained in:
Alexander Zolotov
2014-02-06 17:21:46 +04:00
parent f00e6c62f7
commit d9fb5143ca
7 changed files with 130 additions and 40 deletions
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Foo {
void m() {
new Object().<caret>
}
}
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Foo {
void m() {
new Object().<caret>
}
}