In intelli, I am trying to create a live template that prints the method name and parameters passed to it. In live templates, I have added in template text, and I have used Expression methodName() for METHOD and methodParameters() for PARAMETERS.
When I am using this template, it is wrapping method parameters in square brackets. I am wondering if there is a way to not get the square brackets. input: actual: expected:
Also, if I wanted to cover multiple parameters scenario too.