mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-54220 Code Completion for value() method in @interfaces could be added
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
@interface Some {
|
||||
String v<caret>
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
@interface Some {
|
||||
String value()<caret>
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class Foo {
|
||||
public void a() {
|
||||
int i = createStylesheetCombobox();
|
||||
}
|
||||
|
||||
private int createStylesheetCombobox<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user