ListTemplateAction should provide custom live templates

This commit is contained in:
Alexander Zolotov
2013-12-23 18:11:18 +04:00
parent 60a5c6086f
commit 544d21fd9a
25 changed files with 409 additions and 156 deletions
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Foo {
void m() {
new Object().<caret>
}
}