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.