mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-13 09:19:13 +07:00
IDEA-64713 Using a comma in code completion inserts a trailing space for method calls but not for variable names
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
class AbcdClass {}
|
||||
class AbcdException extends Throwable {}
|
||||
|
||||
class Foo {
|
||||
{
|
||||
int aaa;
|
||||
int aab;
|
||||
equals(aa<caret>)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user