[Intellij Idea Plugin] Is there any way to catch the Plugin Uninstall event?
已回答
Hi everyone,
I'm developing a Plugin which has the collaboration with one remote server for the purpose of storing and exchanging data.
During the development, I get one concern related to how I can catch the Uninstall event of my Plugin by the users, then I can make a call to my remote server to store some critical data that highlights users have just uninstalled my Plugin.
Can someone help me troubleshoot this kind of issue and let me know if it's possible to catch this kind of special event?
Thanks in advance,
Bao
请先登录再写评论。
https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000156564-Hook-for-plugin-uninstall-process?page=1#community_comment_360000157724
Thank you Yann Cebron