The only template i’ve seen using that method in t...
# intellij-plugins
c
The only template i’ve seen using that method in the IntelliJ idea project is:
Copy code
<template resource-bundle="messages.CodeInsightBundle" key="livetemplate.description.soutp"
            name="soutp" toReformat="true" toShortenFQNames="true" value="System.out.println($FORMAT$);">
    <variable alwaysStopAt="false" defaultValue="" expression="groovyScript(&quot;'\&quot;' + _1.collect { it + ' = [\&quot; + ' + it + ' + \&quot;]'}.join(', ') + '\&quot;'&quot;, methodParameters())" name="FORMAT" />
    <context>
      <option name="JAVA_CODE" value="false" />
      <option name="JAVA_STATEMENT" value="true" />
    </context>
  </template>