User Preference issue
Hello there,
I use the following code to save user preferences
PropertiesComponent.getInstance().setValue()
After uninstall my plugin, the value saved is NOT cleared. I would argue this is an issue of IntelliJ
Wondering how can I clear the data after uninstall? Is there an event when uninstalling so that I can clear it manually?
Please sign in to leave a comment.