mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 15:27:45 +07:00
IDEA-119926 Completing Statements doesn't go to next line for non conditional statements
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
public class Foo {
|
||||
public void foo() {
|
||||
foo();<caret>
|
||||
foo();
|
||||
<caret>
|
||||
// some line comment
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user