plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA

Answered

I update My Plugin to support multi IDE by `<depends optional="true" config-file="` but Marketplace say "plugin.xml has no module dependencies so we assume that the plugin supports only IntelliJ IDEA".

my plugin.xml:

https://github.com/LinWanCen/show-comment/blob/82d0ade99b41c019b891babda13e7694d602db46/src/main/resources/META-INF/plugin.xml#L58

New version for my plugin in Marketplace:

https://plugins.jetbrains.com/plugin/18553-show-comment/versions/stable/243228

0
3 comments

I try add this success

<depends>com.intellij.modules.platform</depends>
0

Hi,

I'm sorry, but it's unclear if you solved the problem.

By "I try add this success" do you mean that the problem is solved after adding the following:

<depends>com.intellij.modules.platform</depends>
?
0

Yes, I solved the problem by add it.

0

Please sign in to leave a comment.