ReactNativeTools icon indicating copy to clipboard operation
ReactNativeTools copied to clipboard

Not working on WebStorm 2017.1.3

Open Muyangmin opened this issue 7 years ago • 3 comments

Hello, I've install this plugin from repository: image but expected menu is not appeared: image

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

Muyangmin avatar May 19 '17 03:05 Muyangmin

#1

Maybe that's the reason

smuyyh avatar May 19 '17 05:05 smuyyh

+1

zhouxuemeng1988 avatar Jun 29 '17 03:06 zhouxuemeng1988

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)

aristotll avatar Feb 13 '18 02:02 aristotll