IDETalk in PHPStorm
Hello,
I saw on this post https://youtrack.jetbrains.com/issue/IDEA-82443 that some developers managed to make IDETalk work in PHPStorm, I tried to add the plugin to PHPStorm from the jetBrain plugin repository, and also by pasting it from the intellij community edition sources but it look disabled:
I suppose that the plugin fail to load, did some of you succeded to use it in another IDE that Intellij ? How can I see the plugin loading log to debug it ?
Thanks :)
Please sign in to leave a comment.
The JetBrains plugin repository contains an extremely old version of IDEtalk which is not compatible with PHPStorm. You can download a distribution of IntelliJ IDEA Ultimate and copy the plugin from there to your PHPstorm installation.
It worked well using IDETalk from the ultimate edition, thank you !