Show query results in the Services Tool Window Follow
Answered
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!
Please sign in to leave a comment.
The extension point is com.intellij.serviceViewController. A good example implementation is com.intellij.execution.dashboard.RunDashboardServiceViewContributor.