mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-88844 Complete enum members in annotations when type is obvious
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
enum TestEnum { TEXT1, TEXT2 }
|
||||
public @interface TestAnnotation { TestEnum value(); }
|
||||
|
||||
@TestAnnotation(Tex<caret>)
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
enum TestEnum { TEXT1, TEXT2 }
|
||||
public @interface TestAnnotation { TestEnum value(); }
|
||||
|
||||
@TestAnnotation(TestEnum.TEXT1<caret>)
|
||||
Reference in New Issue
Block a user