-
-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running plugin with all listeners/extensions in plugin.xml #177
Comments
At the moment live plugin just runs the code in You can also try https://plugins.jetbrains.com/docs/intellij/dynamic-plugins.html with auto-reload https://plugins.jetbrains.com/docs/intellij/ide-development-instance.html#enabling-auto-reload I looked at it a couple years ago and it was restarting IDE anyway, but it might work better now 🤷
Not sure I understood this 🤔 |
|
👍 Do you want to |
yes. But only because JB is still changing internal plugin API now and hard to find examples how to extend something in realtime. But xml definition is staying the same long period of time. For me approach of your addon is much-much better, especially for a small plugins. I can see result of my code changes almost instantly. And standard plugin creation workflow is just overkill for such small changes. |
I need custom idea plugins just for own small team productivity (and maybe for community if it get some interest). But not for creating BIG and COMPLEX paid plugins. |
Is it possible to run live plugin with all listeners/extensions defined in plugin.xml (Or maybe run created zip file with full plugin inside the plugin folder)?
The text was updated successfully, but these errors were encountered: