How to get the plugin id from AnActionEvent

Answered

How do I get the plugin id from AnActionEvent?

0
4 comments

Joe, how would you determine which plugin ID you want to get? Do you want to access your plugin's ID?

0

Sorry sorry, I meant the actionID

0

Use:

ActionManager.getInstance().getId(AnAction)

 

0

Jakub, thank you so much, hadn't even thought about the ActionManager.

0

Please sign in to leave a comment.