mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 01:09:46 +07:00
IDEA-144146 Auto completion for 'else' inserts braces.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
public class A {
|
||||
public void method() {
|
||||
if (true) { foo(); }
|
||||
<caret>
|
||||
el<caret>
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
public class A {
|
||||
public void method() {
|
||||
if (true) { foo(); }
|
||||
else <caret>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user