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!

0
2 comments

Use https://plugins.jetbrains.com/docs/intellij/internal-ui-inspector.html to locate this right in the IDE.

ProjectViewPopup for project tool window, UsageViewPopup for Usages. Please note there is also auto-completion everywhere in plugin.xml for all these values.

0

Please sign in to leave a comment.