Closed matejdro closed 2 years ago
I think the plugin code should be in .live-plugins/hello/plugin.kts
, i.e. in a subfolder and in plugin.kts
which is an entry point by convention.
Having to use a subfolder is a bit confusing and might be worth fixing so that plugin.kts
can be at the root. Using any file name as a plugin entry point is more questionable because right now it's possible to have plugin source code in multiple files with plugin.kts
being executed when plugin is loaded.
Thanks, it worked!
I don't think a fix for that is really needed. Instead, documenting this in the README would probably be helpful.
Not sure if I'm doing something wrong here. My goal is to have a per-project custom plugin. So I've tried creating .live-plugins folder and putting simple hello world plugin into it:
But plugin does not appear to get loaded after I restart the IDE and reopen the project.
This is with
From what I can see, 0.7.3 beta is pretty old, but this is the latest one I see through official plugin marketplace.
This is the only LivePlugin-related idea.log entry and I'm not sure if it is relevant in this case: