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

Atom support?

travischoma opened this issue · comments

I have Ternjs installed in Atom, is there any path to running tern-meteor on Atom?

Also curious on this, it seems Sublime integration has internal process issues and I've been slowly adopting Atom.

I think it is described in the readme. Copy the Meteor.js file from this repo into the plugins folder of your tern installation and then enable it in your .tern-project file.

IMHO, I think tern-meteor should be published in the npm registry like other tern plugins https://www.npmjs.com/search?q=tern

So after user could install it with npm install (see for instance https://www.npmjs.com/package/tern-tabris#installation)

I had created a PR for that #17

If you guys want to maintain a copy on npm, I have no problems with that, you are free to do this. Closing this issue as it is not a bug.

I've published a fork of this on npm. Anything I should know, tell me.