How to add Action in Right Click Menu in Project Toolwindow and Find (search) Toolwindow
Answered
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!

Please sign in to leave a comment.
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!