Run plugin on different IDE'S

Hello,
It is possible to run plugin on other IDE'S than IntelliJ? I tried to add WebStorm and PhpStorm but it doesnt work there.

I has configured JRE's of those different IDE's.

0

Yes, it's possible, you can create an 'IntelliJ Platform Plugin SDK' (File | Project Structure | SDKs) pointing to WebStorm/PhpStorm home directory and then use it in your project configuration.

What exactly doesn't work for you?

0
Avatar
Permanently deleted user

I did exactly what you described but unfortunately it doesn't seems to work.

My configs:


When I change JRE on IntelliJ it works as it should.

 

 

@Edit1

I was able to solve it by myself - missing piece in plugin.xml:

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

请先登录再写评论。