Depending on Groovy plugin
Hi folks,
I need to import the Groovy PSI classes in my plugin.
I've tried using :
<depends>org.intellij.groovy</depends>
But it doesn't work : I cannot access the Groovy PSI classes (e.g. GrAnnotationArrayInitializer) which I need to inspect the code...
I'm on Ultimate 10.5.4, macos with java 6.
Any ideas ?
Thanks
Rémi
Please sign in to leave a comment.
Please make sure that you've added the jar of the Groovy plugin to the classpath of your IntelliJ IDEA SDK.
Works now, thanks !