Is there any inbuilt class or interface for lifecycle of the plugin development?
Answered
Like in eclipse we have AbstractUIPlugin which consists of Start stop method. Simliarly do we have anything of that sort in intellij?
Please sign in to leave a comment.
With the Dynamic Plugins approach introduced in 2020.1, you can register the DynamicPluginListener.
Hi Jakub Chrzanowski : Can you please show me an example for the implementation of the Dynamic Plugin Listener class.. Because I don't find any examples on the internet to implement the same. Thanks in advance
Have you tried searching through the GitHub and implementations of the existing OpenSource plugins?
Here is one of the available implementations https://github.com/hsz/intellij-plugin-template/blob/master/src/main/resources/META-INF/plugin.xml