How do I add a ToolWindow TAB dynamically?
已回答
I want to implement an effect similar to the Evaluate JSONPath tool window, which can dynamically add new tabs. How should I do that?

请先登录再写评论。
Hi,
See https://github.com/JetBrains/intellij-community/blob/242.21988/plugins/jsonpath/src/com/intellij/jsonpath/ui/JsonPathEvaluateManager.kt#L104-L112
Thank you, I think I've found a way to do it.