Vovahost
- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 11
- Subscriptions 9
-
Vovahost created a post, AnsweredInfo 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 created a post, AnsweredPropertiesComponent 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 commented, -
-
-
-
Vovahost created a post, AnsweredCalling ToolWindow.show() throws exception
This is my code: protected fun showMyToolWindow() { val currentProject = getActiveProject() if (currentProject != null) { SwingUtilities.invokeLater { val task = RegisterToo...