Created
January 11, 2025 07:15
-
-
Save ZenLiuCN/040146bb4e970988459409d3b45c0c4d to your computer and use it in GitHub Desktop.
IDEA SNAPSHOT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<templateSet group="user"> | |
<template name="region" value="<!--//region $END$ --> $SELECTION$ <!--//endregion -->" shortcut="ENTER" description="" toReformat="false" toShortenFQNames="true"> | |
<context> | |
<option name="XML" value="true" /> | |
</context> | |
</template> | |
<template name="fmtoff" value="//@formatter:off $SELECTION$ //@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; if(stk)s=stackPush(); try{ $SELECTION$ $END$ }finally { if(stk)s.close(); }" 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