From 112c62d035b36a37747169769ee7d49b0e31a890 Mon Sep 17 00:00:00 2001 From: Darin Kelkhoff Date: Wed, 14 Sep 2022 13:59:34 -0500 Subject: [PATCH] Initial checkin --- .../intellij/live-templates/Kingsrook-SQL.xml | 54 +++++++++++++++++++ .../intellij/live-templates/README.md | 6 +++ 2 files changed, 60 insertions(+) create mode 100644 qqq-dev-tools/intellij/live-templates/Kingsrook-SQL.xml create mode 100644 qqq-dev-tools/intellij/live-templates/README.md 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.