Live templates question
Answered
Hi, guys!
I wanna do live templates but I have got problems with generate method parameters.
logger.debug("Entering $METHOD_NAME$($PARAMETERS$)");

I get smt like this:

But i want smt like this (similar with toString()):

And if there are not any parameters:

How can i do it?
Please sign in to leave a comment.
You will need to use groovyScript for that, see https://stackoverflow.com/a/21168027/104891.