Run code after/when deleting plugin
已回答
Hello!
I'm developing a plugin that needs to use local storage for a couple of things, which I'm creating via a StartUpActivity implementation. I also want to delete it if the plugin is ever deleted, but I haven't found a way to do it. If you know a way, I would appreciate the help. Thanks.
请先登录再写评论。
Hi Diogo,
See https://intellij-support.jetbrains.com/hc/en-us/community/posts/360000156564-Hook-for-plugin-uninstall-process?page=1#community_comment_360000157724
Hi Karol,
Thank you so much for the answer. That's exactly what I'm looking for, I'll be sure to test it later on.