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?
请先登录再写评论。
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.