How can I open a toolWindow programmatically?

The toolWindow is registered in plugin.xml

 

1
Avatar
Permanently deleted user

You can try this code snippet: ToolWindowManager.getInstance(project).getToolWindow(id).show(null)

3

请先登录再写评论。