Skip to content

Instantly share code, notes, and snippets.

@ZenLiuCN
Created January 11, 2025 07:15
Show Gist options
  • Save ZenLiuCN/040146bb4e970988459409d3b45c0c4d to your computer and use it in GitHub Desktop.
Save ZenLiuCN/040146bb4e970988459409d3b45c0c4d to your computer and use it in GitHub Desktop.
IDEA SNAPSHOT
<templateSet group="user">
<template name="region" value="&lt;!--//region $END$ --&gt;&#10;$SELECTION$&#10;&lt;!--//endregion --&gt;" shortcut="ENTER" description="" toReformat="false" toShortenFQNames="true">
<context>
<option name="XML" value="true" />
</context>
</template>
<template name="fmtoff" value="//@formatter:off&#10;$SELECTION$&#10;//@formatter:on" description="" toReformat="true" toShortenFQNames="true">
<context>
<option name="JAVA_DECLARATION" value="true" />
<option name="JAVA_STATEMENT" value="true" />
</context>
</template>
<template name="stk" value=" lombok.val stk=s==null;&#10; if(stk)s=stackPush();&#10; try{&#10; $SELECTION$&#10; $END$&#10; }finally {&#10; if(stk)s.close();&#10; }" description="stack check" toReformat="true" toShortenFQNames="true">
<context>
<option name="JAVA_STATEMENT" value="true" />
</context>
</template>
</templateSet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment