mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-54362 When "Insert pair bracket" on Editor->Smart keys page is off, IDEA still inserts both parentheses on autocomplete lookup, but overtype doesn't work for functions with at least one argument
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class MyClass {
|
||||
|
||||
void foo() {}
|
||||
|
||||
{
|
||||
fo<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class MyClass {
|
||||
|
||||
void foo() {}
|
||||
|
||||
{
|
||||
foo(<caret>
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -3,6 +3,6 @@ class MyClass {
|
||||
void foo() {}
|
||||
|
||||
{
|
||||
foo();<caret>
|
||||
foo(<caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user