Making Live Template, Import Messes it Up
So I have a Live Template for adding a method to a builder:
public $currentClass$ $methodName$($paramType$ $paramName$){
$END$
return this;
}
If the $paramType$ I input requires an import, IntelliJ will add it for me, but then it dumps me back at the cursor where the space between type and name are now gone, ruining the flow.
请先登录再写评论。
Thank you. Looks like this problem: http://youtrack.jetbrains.com/issue/IDEA-79644
Regards,
Alexander.