I am looking for advice. I am planning create scriptable tool. Scripts of course will be in kotlin. Tool will provide some API and would be nice to have full experience with autocompletion, imports and documentation. However, I am what is best way or at least not the worst one.
• Write tool as Gradle plugin and allow users have standard gralde project expierence
• Create temporally project and launch IDEA as
kscript --idea
:
https://github.com/holgerbrandl/kscript#boostrap-idea-from-a-kscriptlet
• IDEA plugin?
• Any ideas?