More live templates

This commit is contained in:
2022-09-14 14:03:29 -05:00
parent 112c62d035
commit 01afdaacfd
3 changed files with 246 additions and 1 deletions

View File

@ -1,6 +1,14 @@
## Usage
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)
- Select the Template Group that you want to put them in
- Recommended that you use a group whose name matches the file name you're loading from
- You may need to create a new one group via the + button
- Right-click on the Template Group and choose Paste.
## Publishing
From IntelliJ > Preferences > Editor > Live Templates, right-click
on one or more Live Templates to copy it - paste it into an XML file.