Vovahost
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 11
- 订阅数 9
-
Vovahost 创建了一个帖子, 已回答Info about the new "Machine Learning in Find Usages" plugin
Can you provide more details about this new Intellij Idea bundled plugin:https://plugins.jetbrains.com/plugin/28630-machine-learning-in-find-usages> The descriptions states: The plugin is collectin... -
Vovahost 创建了一个帖子, 已回答PropertiesComponent properties location
How do I inspect and clear the properties my plugin saved in `PropertiesComponent.getInstance()`?Which xml file do I need to Edit? -
-
-
-
Vovahost 进行了评论, -
-
-
-
Vovahost 创建了一个帖子, 已回答Calling ToolWindow.show() throws exception
This is my code: protected fun showMyToolWindow() { val currentProject = getActiveProject() if (currentProject != null) { SwingUtilities.invokeLater { val task = RegisterToo...