disable completion after enum constant (IDEA-199935)

This commit is contained in:
peter
2018-10-05 18:22:23 +02:00
parent 4a5c0d1035
commit 03fd1b00f5
3 changed files with 15 additions and 2 deletions
@@ -0,0 +1,5 @@
enum MarkerType {
QUERY, SYNONYM, CLASS_ALIAS, NAMED_QUERY
s<caret>
}