You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -55,3 +55,11 @@ follow this syntax:
55
55
For code completion to work properly in the `type` attribute, your `.peb` files need to be placed
56
56
under a [content root](https://www.jetbrains.com/help/idea/content-roots.html) (e.g. `src/main/resources`).
57
57
Otherwise, classes defined in your own source files won't be suggested.
58
+
59
+
## Nightly builds
60
+
61
+
Snapshot builds are available as part of the Actions CI:
62
+
* go to https://github.com/bjansen/pebble-intellij/actions
63
+
* click on the latest build
64
+
* scroll to the bottom of the page, under the `Artifacts` section click on `pebble-intellij-development`
65
+
* this will download a zip file that can be installed in your IDE using [Install plugin from disk](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk)
0 commit comments