Hi
I am struggling with setting up a live template that has two variables.
One accepting a variable name and the other that should preferably automatically infer the type of the variable entered in the first live template variable.
Something like:
(($INTERFACE$) mock.verify($INSTANCE$)).$METHOD$($PARAMS$);
$END$
INSTANCE => apexVariable([type])
INTERFACE => typeOfVariable(INSTANCE)
If think the documentation says that the `typeOfVariable` should be used, but is only available for JAVA. Is there an alternative for doing this in Apex?
Is there also somewhere documentation of the available live-template variable functions in Illuminated cloud?
Thanks for the help!
Wim