mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 13:17:09 +07:00
IDEA-102817 Accept completion variants by closing parentheses/brackets
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
class Bar {
|
||||
int foo(Object o1, Object o2) {
|
||||
return equals(o1)<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user