mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
IDEA-69972 Smart Complete Statement: Leave code block if the action is called for the complete statement
Don't leave method code block on smart completion
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
public class Foo {
|
||||
{
|
||||
foo(x);
|
||||
<caret>
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
public class Foo {
|
||||
public void foo() {
|
||||
String s = "abcdef";
|
||||
<caret>
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
@@ -2,6 +2,6 @@
|
||||
public class Test {
|
||||
public void foo() {
|
||||
int x = 2;
|
||||
<caret>
|
||||
}
|
||||
<caret>
|
||||
}
|
||||
Reference in New Issue
Block a user