live-plugin icon indicating copy to clipboard operation
live-plugin copied to clipboard

IntelliJ plugin for writing IntelliJ plugins at runtime ⚡️

Results 51 live-plugin issues
Sort by recently updated
recently updated
newest added

Running `kotlin-inspection` included sample plugin results in a following exception: ``` Internal error compiling script. java.lang.reflect.InvocationTargetException at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at liveplugin.pluginrunner.kotlin.KotlinPluginCompiler.compile(KotlinPluginRunner.kt:138) at liveplugin.pluginrunner.kotlin.KotlinPluginRunner.setup(KotlinPluginRunner.kt:67) at...

amazing plugin! could you please add Clojure support back? how can I help, I can try to translate kotlin script to Clojure

I try to execute the code from https://github.com/dkandalov/live-plugin/wiki/Google-auto-complete But ``` groovy.lang.MissingPropertyException: No such property: MyExtensionPointManager for class: com.intellij.codeInsight.completion.CompletionContributor at groovy.lang.MetaClassImpl.invokeStaticMissingProperty(MetaClassImpl.java:1001) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1856) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:1832) at groovy.lang.MetaClassImpl.getProperty(MetaClassImpl.java:3734) at org.codehaus.groovy.runtime.callsite.ClassMetaClassGetPropertySite.getProperty(ClassMetaClassGetPropertySite.java:51) at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callGetProperty(AbstractCallSite.java:296)...

DataGrip 2022.1 EAP Build #DB-221.5080.35, built on March 21, 2022 Loading error: ide-actions com.intellij.diagnostic.PluginException: org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:Could not instantiate global transform class groovy.grape.GrabAnnotationTransformation specified at jar:file:/Users/ZZZZZZ/Library/Application%20Support/JetBrains/Toolbox/apps/datagrip/ch-0/221.5080.35/DataGrip%202022.1%20EAP.app/Contents/lib/groovy.jar!/META-INF/services/org.codehaus.groovy.transform.ASTTransformation because of exception java.lang.ClassNotFoundException:...

Result of my inspection in Java code depends on resource files, and so it would be nice to refresh the inspection once users fixes their resource files. I can't find...

Using Intellij latest version, and running hello world example the plugin return this crash log. ``` Error compiling script. /applications/android studio.app/contents/lib/../plugins/Kotlin/lib/kotlin-stdlib-jdk8.jar!/META-INF/kotlin-stdlib-jdk8.kotlin_module: error: module was compiled with an incompatible version of...

Upon running hello world live plugin in PyCharm 2021.1, I get this error, it’s the same one no matter if with Groovy or with Kotlin: Error linking script. Could not...

In IDEA 2019+ multiple-src-files can be compiled, but all references to functions from different files are red. In IDEA 2018 everything works as expected.

I already tried reinstalling everything. It works on Intellij but not on Rider. This problem with Rider is happening in only one computer. The plugin works fine on other computers....