Plugin for PhpStorm Follow
I think I may have posted http://devnet.jetbrains.net/thread/303882?tstart=0 in the wrong forum. Is anyone able to help with this?
Please sign in to leave a comment.
I think I may have posted http://devnet.jetbrains.net/thread/303882?tstart=0 in the wrong forum. Is anyone able to help with this?
Please sign in to leave a comment.
Hello jostster,
http://confluence.jetbrains.net/display/IDEADEV/PluginCompatibilitywithIntelliJPlatform+Products
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
This doesn't help me. I already read this and only see mentions of modules. The task is a library that PHPStorm and IntelliJ have so I am not sure why it doesn't work.
Are you saying that because it isn't one of those 5 modules the plugin cannot be used on PhpStorm?
Hello jostster,
I'm saying that PhpStorm detects that a plugin is compatible with it, and
not a legacy plugin, by the presense of one of the module entries in the
dependencies list. You'll need to add a dependency on com.intellij.modules.lang
in addition to the dependency on tasks that you already have.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
That did it thanks!