mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
java completion: put signature suggestions below all types (IDEA-187504, IDEA-CR-28091)
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
class Foo {
|
||||
private boolean zoo;
|
||||
public bool<caret>
|
||||
}
|
||||
+3
-2
@@ -1,4 +1,5 @@
|
||||
class Foo {
|
||||
private String zoo;
|
||||
public Stri<caret>
|
||||
private SomeClass zoo;
|
||||
public SomeCl<caret>
|
||||
}
|
||||
class SomeClass {}
|
||||
Reference in New Issue
Block a user