Retrieving plugin version Permanently deleted user 创建于 2014年10月23日 00:04 Hi,Is there anyway to retrieve the plugin version in code?Thanks!
PluginManager.getPlugin(PluginId.getId("your plugin ID")).getVersion()
PluginManager.getPlugin(PluginId.getId("your plugin ID")).getVersion() For some reason this snippet retrieve Intellj Version not Plugin
as well the same issue executing
PluginManagerCore.getPlugin(PluginId.getId("com.ankrpt.AnkrPtPlugin")).getVersion()