diff --git a/qqq-dev-tools/intellij/live-templates/Kingsrook-SQL.xml b/qqq-dev-tools/intellij/live-templates/Kingsrook-SQL.xml new file mode 100644 index 00000000..07145c43 --- /dev/null +++ b/qqq-dev-tools/intellij/live-templates/Kingsrook-SQL.xml @@ -0,0 +1,54 @@ + + + + + + diff --git a/qqq-dev-tools/intellij/live-templates/README.md b/qqq-dev-tools/intellij/live-templates/README.md new file mode 100644 index 00000000..8dab387f --- /dev/null +++ b/qqq-dev-tools/intellij/live-templates/README.md @@ -0,0 +1,6 @@ +You can add these live templates to your IntelliJ as follows: +- Get the contents of one or more files on your clipboard + - e.g., `cat Kingsrook-SQL.xml | pbcopy` +- IntelliJ > Preferences > Editor > Live Templates +- Select the Template Group that you want to put them in (possibly creating a new one via the + button) +- Right-click on the Template Group and choose Paste.