-
Notifications
You must be signed in to change notification settings - Fork 21
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
Enable plugin loading/unloading without restart #60
Comments
It requires a newer IntelliJ baseline. |
Hello @duemir , with last But IDEA states nothing to report (?) And running locally:
But it seems it's still not dynamic, as when installed, trying to uninstall -> requires IDE restart :/ |
Check https://plugins.jetbrains.com/docs/intellij/dynamic-plugins.html#code
A bunch of XmlTag-s and XmlAttributes are stored around directly, I believe. Something to look into as far as this feature goes. |
I don't know how much of a clue it is, but when I updated the plugin in IntelliJ Community Edition, dynamic reload worked. |
I'm my side, can't make it reload dynamically :/
In the opened sandbox:
In another terminal:
Switch focus back to sandbox:
|
That looks like the new PSI class that you introduced, which appears to be used as a key in the map somewhere inside IntelliJ. To be honest this is nice to have category in my head, so I personally would not be spending much time on this. |
Same issue with standard simple language demo from JetBrains. |
Created issue is a duplicate of https://youtrack.jetbrains.com/issue/IDEA-263300 (unresolved yet) |
Dependencies
Blocked on IntellIJ upstream bug: https://youtrack.jetbrains.com/issue/IDEA-263300
Feature Request
According to https://plugins.jetbrains.com/plugin/1885-stapler-framework-support/versions following is what is blocking it:
The text was updated successfully, but these errors were encountered: