Michael Wölk
- Total activity 161
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 37
-
Created Add (all) imports (typescript, phpstorm 2024.2.3)
Hi!I am very frustrated about how to add imports all the time. this could be much more efficient than it currently is!One by one:Tooltip shows EsLint-Errors/Quickfixes instead of suggesting Imports... -
Created Plugin Uninstall Listener
AnsweredI need a way to execute code when user decide to disable or uninstall my plugin.I triedpackage listener;import com.intellij.ide.plugins.IdeaPluginDescriptor;import com.intellij.ide.plugins.PluginSt...