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

I've spent three hours trying to get this to work for a remote project I'm working on. The best I've done is get the popup-menu to run, yet when I...

This is probably not possible, but I wanted to ask. Is there any way to have the plugin reference the classes of dependencies of a project? Specifically, I'm writing a...

I installed LivePlugin and it seemed like it would work without a restart, but the tool window was empty (which I thought was normal at the time), and when I...

Is it possible to get a language injection example?

Hi, is it possible to create executable from the plugin and put it into artifactory?

Is there a way to get the source code shown instead if the decompiled onces? ``` // // Source code recreated from a .class file by IntelliJ IDEA // (powered...

I'm interested in trying this, but it's not available in the marketplace for the current Rider EAP. I could probably download the plugin and change the manifest and install it...

Hello, thank you for this nice plugin 👋 :) I would like to know how to call code from other plugins via live plugin. For example, I use the ideavim...

![image](https://github.com/dkandalov/live-plugin/assets/71836523/8b2c8abe-4512-4c0b-b068-b0a9bf6b7457) Everything is linted as error because no kotlin project was set up. Please either make it not error or give a tutorial how to create a kotlin project in...

I am trying to implement a inpsection extending `com.siyeh.ig.BaseInspection`. com.siyeh.ig.BaseInspection#getGroupDisplayName requires current class with last segment of package name be one of keys in com.siyeh.ig.GroupDisplayNameUtil#packageGroupDisplayNameMap. Can I achieve that without...