Hi all! I followed the scripting tutorial and succ...
# scripting
d
Hi all! I followed the scripting tutorial and successfully created a script definition and host. I also added a
.classname
file in the
META-INF
of my script definition module (which, btw, is not described in the tutorial). This works well, and now I can create my script files in the same IDE project. Now, I would need to have support for this script definition in other project. Should I create an IDEA plugin?
s
No, creation of an IDEA plugin is not necessary. You just need to put your scripting definitions into a JAR artifact that you add as a dependency to your other project.
d
The projects I want to use this scripts are not Java/Kotlin projects, so I indeed had to create an Intellij project. However, I can't seem to make it work on other IDEs, namely PyCharm. It seems the Kotlin plugin is only compatible with IDEA Ultimate and IDE Community. Am I wrong?