a special tail type when smart-completing something in a parenthesized expression (IDEA-129485)

This commit is contained in:
peter
2014-09-11 18:33:33 +02:00
parent f8dca6401f
commit 91fb0a03ac
5 changed files with 45 additions and 5 deletions
@@ -0,0 +1,7 @@
public class MyAspect {
public void foo() {
String nameToUse = /*adjustName*/(toString())<caret>; //todo
}
}
@@ -0,0 +1,7 @@
public class MyAspect {
public void foo() {
String nameToUse = /*adjustName*/(to<caret>); //todo
}
}