To run/debug plugin in IDEA:
- run IDEA in sandbox:
gradle runIde - open your test project in IDEA
- configure JDK, wait while indexing finishes
- use plugin actions in proper menu
To compile plugin:
- run
gradle buildPlugin - find zipped plugin in build/distributions