mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 06:11:42 +07:00
IDEA-117682 Annotation parameter completion: show defaults in variants popup
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
@interface Anno {
|
||||
String myString() default "unknown";
|
||||
boolean myBool() default false;
|
||||
}
|
||||
|
||||
@Anno(<caret>)
|
||||
public class State {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user