disable autocompletion for live/postfix templates

This commit is contained in:
Andrey Starovoyt
2014-12-01 16:48:30 +03:00
parent fcc9af14a8
commit af6e705092
9 changed files with 51 additions and 20 deletions
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Foo {
void m() {
new Object().instan<caret>
}
}
@@ -0,0 +1,7 @@
import java.lang.Object;
public class Foo {
void m() {
new Object().instan<caret>
}
}