IDEA-106814 Insert both opening and closing parentheses when completing a method call with "Insert pair brace" option off

This commit is contained in:
peter
2013-05-22 13:31:21 +02:00
parent 00843b7869
commit 62af4ca2a1
5 changed files with 8 additions and 6 deletions
@@ -3,6 +3,6 @@ class MyClass {
void foo() {}
{
foo(<caret>
foo();<caret>
}
}
@@ -3,6 +3,6 @@ class MyClass {
void foo() {}
{
foo(<caret>
foo();<caret>
}
}