Michael Wölk
- 活动总数 161
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 37
-
创建于 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... -
创建于 Plugin Uninstall Listener
已回答I 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...