Listen to loading of an unloaded module
Answered
Hi!
I need to listen when a module that is unloaded pass to be loaded. I saw the com.intellij.openapi.project.ModuleListener doesn't catch this event. Is there any way
Best regards
Please sign in to leave a comment.
I think ModuleListener#moduleAdded should be called in such cases, like moduleRemoved is called when a module is unloaded. Could you please file an issue about that in our tracker?
Ref https://youtrack.jetbrains.com/issue/IDEA-297956