mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-106814 Insert both opening and closing parentheses when completing a method call with "Insert pair brace" option off
This commit is contained in:
@@ -3,6 +3,6 @@ class MyClass {
|
||||
void foo() {}
|
||||
|
||||
{
|
||||
foo(<caret>
|
||||
foo();<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -3,6 +3,6 @@ class MyClass {
|
||||
void foo() {}
|
||||
|
||||
{
|
||||
foo(<caret>
|
||||
foo();<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user