artoale / atom-tern

Tern plugin for atom editor
MIT License
37 stars 3 forks source link

Add support for Meteor #4

Open bmx269 opened 10 years ago

bmx269 commented 10 years ago

I am hoping to see the ability to add plugins like this Meteor one into this version of Tern. Thanks. https://github.com/Slava/tern-meteor

artoale commented 10 years ago

Uhm, I agree, being able to use plugins is definitely a nice feature to have - I'm not sure about implementation (I believe atom replace the folder when updating a package...maybe a gitignore will do the trick?) Let me investigate a bit, in the meantime you can simply add the plugins yourself - atom-tern is usually located in ~/.atom/packages/atom-tern/

PEM-- commented 10 years ago

:+1:

sclausen commented 9 years ago

:+1:

sclausen commented 9 years ago

For anybody who can't figure out how to install the plugin, it should be placed in .atom/packages/Tern/node_modules/tern/plugin/

zvictor commented 8 years ago

thanks for pointing it, @sclausen !

I guess the path has been changed to ~/.atom/packages/atom-ternjs/node_modules/tern/plugin since you commented

neonsamurai commented 8 years ago

Is there a way to keep the plugin after an update? I always have to copy it back into place after an update.