Created
April 2, 2021 20:44
-
-
Save LarsEckart/30a260267204941fe8317034426cde53 to your computer and use it in GitHub Desktop.
md snippet live template for intellij
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
<template | |
name="snippet" | |
value="// begin-snippet: $SnippetName$ $SELECTION$ // end-snippet // use in .md file: snippet: $SnippetName$" | |
description="generate a code snippet" | |
toReformat="false" | |
toShortenFQNames="true"> | |
<variable | |
name="SnippetName" | |
expression=""MySnippetName"" | |
defaultValue="" | |
alwaysStopAt="true" /> | |
<context> | |
<option | |
name="JAVA_CODE" | |
value="true" /> | |
</context> | |
</template> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We copied that out from Lars.xml which resides on my laptop under
~/Library/Application Support/JetBrains/IntelliJIdea2021.1/jba_config/templates
and the top level element in that file is<templateSet group="Lars">
.