mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
a special tail type when smart-completing something in a parenthesized expression (IDEA-129485)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
public class MyAspect {
|
||||
|
||||
public void foo() {
|
||||
String nameToUse = /*adjustName*/(toString())<caret>; //todo
|
||||
}
|
||||
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
public class MyAspect {
|
||||
|
||||
public void foo() {
|
||||
String nameToUse = /*adjustName*/(to<caret>); //todo
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user