How to get the plugin path which is installed locally?
I would like to know how to get the path of the plugin which I select during "Install from disk" in the intellij plugins section?.
My plugin is located in desktop. So I would basically like it to return c:/pallavi.pallavi/IntellijPlugins/abcPlugin.
Is there any way we can find it?. I tried all these.
PathManager.getPluginsPath()
PathManager.getPreInstalledPluginsPath()
PluginManager.getPlugin(PluginId.getId("abcPlugin")).getPath()
But no luck.. :(
请先登录再写评论。