Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Making Live Template, Import Messes it Up

$
0
0

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.


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>