mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-71339 If completion of method call without parameters is finished by space two spaces are inserted
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
int foo1() {}
|
||||
int foo2() {}
|
||||
|
||||
{
|
||||
foo<caret>
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
class Foo {
|
||||
int foo1() {}
|
||||
int foo2() {}
|
||||
|
||||
{
|
||||
foo1() <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user