Show query results in the Services Tool Window
已回答
My plugin provides a way to execute queries against a registered endpoint, like it's implemented in the Database Tools and SQL plugin in the Ultimate edition, where you can execute SQL queries and see the results in the Services Tool Window.
The user docs says "Plugin developers can add other services through the IntelliJ platform API.", but I can't find any documentation about it. Could you help me figure out where to start from?
Thank you in advance!
请先登录再写评论。
The extension point is com.intellij.serviceViewController. A good example implementation is com.intellij.execution.dashboard.RunDashboardServiceViewContributor.