How can I exclude a plugin from being available to certain IDEs?
I've looked at this page: https://github.com/JetBrains/intellij-sdk-docs/blob/master/basics/getting_started/plugin_compatibility.md
I want to make the plugin available to all platforms except Android Studio. I tried to use
<depends>com.intellij.modules.ultimate</depends>
but it disables the plugin from IntelliJ Community as well.
Is there a way to do it?
Please sign in to leave a comment.
bump
It is not possible because Android Studio supports everything IntelliJ Community supports. Therefore if plugin is available for IntelliJ Community then it would be also available for Android Studio.