Slava / tern-meteor

Autocompletion plugin for Meteor 1.0 (extending TernJS)

Home Page:https://www.youtube.com/watch?v=5cAHxpNEHTc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use it with WebStrom?

agarwlGaurav opened this issue · comments

Has anyone tried it with WebStrom?

I think that WebStorm doesn't provide support for tern.

To provide a support with tern inside WebStorm , you need a bridge between tern.js and Java. I have created https://github.com/angelozerr/tern.java for that and I use it for Eclipse IDE (see tern meteor sample at https://github.com/angelozerr/tern.java/wiki/Tern-&-Meteor-support).

We could use tern.java in WebStorm but it seems that WebStorm team have their own Javascript inference engine and I'm not sure that they want to support tern.

I don't think this can be used with WebStorm. See this repo for a similar project targeting WebStorm: https://github.com/xolvio/meteor-webstorm-library.

Also see this thread: https://groups.google.com/d/msg/meteor-talk/ShJ4LYlXuK4/Ke4QINBf_qwJ

And this ticket: http://youtrack.jetbrains.com/issue/WEB-6264