Enabling plugin features (extensions) when another plugin is not present

Answered

With my XQuery plugin (https://plugins.jetbrains.com/plugin/8612-xquery-intellij-plugin) I am working on XPath support which conflicts with a plugin provided in the base IntelliJ installation.

I would like to be able to say "only enable XPath support in my plugin if the IntelliJ XPath plugin is not present".

How can I achieve this?

2 comments
Comment actions Permalink

Please see extension point com.intellij.ide.plugins.PluginReplacement, or check at runtime com.intellij.ide.plugins.PluginManagerCore#isDisabled

 

0
Comment actions Permalink

Thanks for the API references.

0

Please sign in to leave a comment.