How to add Action in Right Click Menu in Project Toolwindow and Find (search) Toolwindow
已回答
Hello,
I need to add Action in Right Click Menu in Project Toolwindow and Find (search) Toolwindow. Maybe someone could share how to do it? Correct Action group for this?
Thank you!

请先登录再写评论。
Use https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html to locate this right in the IDE.
ProjectViewPopupfor project tool window,UsageViewPopupfor Usages. Please note there is also auto-completion everywhere in plugin.xml for all these values.Thank you Yann!