Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Cursive plugin on WebStorm

I'm trying to install Cursive plugin to WebStorm 9 for ClojureScript. However, the plugin doesn't show up on 'Browse repository' tab in Setting->Plugin menu.

I tried to install it through downloading the plugin file from here and adding it from the disk, but WebStorm shows an error 'Error: Plugin Cursive is incompatible with current installation'.

Is there any way to install the plugin on WebStorm?

like image 673
Kohei Mikami Avatar asked Dec 24 '22 10:12

Kohei Mikami


2 Answers

Cursive needs Java plug-in. Currently Java is not supported in WebStorm. It is possible that JetBrains are working on some basic support of Java in WebStorm and other Idea derivatives. To run Cursive you have to install Idea CE side by side with WebStorm or upgrade to Idea Ultimate.

like image 186
Aleš Roubíček Avatar answered Dec 26 '22 22:12

Aleš Roubíček


Doesn't look like it. Or, it's not explicitly supported.

Cursive will work with IntelliJ versions 14, 14.1 and 15.

It does mention, earlier in that paragraph, that you should be able to use the Community Edition with it, though.

If you don’t have a licence for the Ultimate Edition, the free Community Edition is fine.

like image 40
Makoto Avatar answered Dec 26 '22 23:12

Makoto