ReactNativeTools
ReactNativeTools copied to clipboard
Not working on WebStorm 2017.1.3
Hello, I've install this plugin from repository:
but expected menu is not appeared:
I think I may meet a similar issue as #1 . FYI-My env:
WebStorm 2017.1.3
Build #WS-171.4424.63, built on May 16, 2017
Mac OS X 10.11.6
#1
Maybe that's the reason
+1
As far as I know, you need to use <depends>com.intellij.modules.lang</depends>
if you want to support all products from intellij platforms. See also this link http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
(I read some of your code, you have not use any open api that is only available from Intellij Java IDE PlatForm)