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.
Please sign in to leave a comment.
Thank you. Looks like this problem: http://youtrack.jetbrains.com/issue/IDEA-79644
Regards,
Alexander.