How do I add action to the popup menu in this DatabaseTool area?
已回答
How do I add action to the popup menu in this DatabaseTool area?
As shown:

请先登录再写评论。
Hi,
You can try adding your action to the
Console.TableResult.PopupGroupgroup. See:https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html#idea-plugin__actions__action__add-to-group
on how to add action to a group.