Run plugin on different IDE'S Permanently deleted user 创建于 2017年07月06日 18:06 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.
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?
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: