Reputation: 2169
I need to get the path of a plugin inside of the actionPerformed method of one of its AnAction when it is invoked
Upvotes: 0
Views: 216
Reputation: 12491
com.intellij.openapi.application.PathManager#getPluginsPath
or
com.intellij.openapi.application.PluginPathManager#getPluginHome
Upvotes: 2