Building plugin for PhpStorm
Answered
Hello,
I just don't know how to build plugin for PhpStorm. Can you please provide me step by step solution. Documentation is not clear enough for me, so please don't post link for it.
The plugin works well in IntelliJ Sandbox, but when I try to import plugin to my PhpStorm I get error, that plugin is not compatible with my installation.
This is my plugin.xml.
build.gradle
Please sign in to leave a comment.


<idea-version> "since-build" should match the platform version specified in build.gradle
See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html for general information. http://www.jetbrains.org/intellij/sdk/docs/products/phpstorm/setting_up_environment.html has some infos specific to setting up PhpStorm-only projects.