Slava / tern-meteor

Autocompletion plugin for Meteor 1.0 (extending TernJS)
https://www.youtube.com/watch?v=5cAHxpNEHTc
MIT License
283 stars 21 forks source link

External Libraries? #35

Open czbaker opened 9 years ago

czbaker commented 9 years ago

So, I've used WebStorm lately for my editing, and I just had a question. Does the autocompletion provided by tern-meteor have a way to also provide completion for third-party packages in use by my Meteor project?

This would be similar to the functionality you get from using "import packages as external" or whatever when viewing your project's "./meteor/packages" file in WebStorm.

Slava commented 9 years ago

The sublime package already does it.

czbaker commented 9 years ago

Ah, okay. I must be missing something. Are you using Vim inside sublime or are you just using it in a terminal? I'm just using vim standalone from terminal.

Slava commented 9 years ago

I think you misunderstood me. This feature is implemented in the Sublime version of this plugin: https://github.com/Slava/tern-meteor-sublime

This is not implemented for Vim. I wasn't sure if you are using Vim or Sublime, most of the people who use this plugin come here for the ST option.

czbaker commented 9 years ago

Oh, cool! Thanks a bunch. I was definitely just suffering from a misunderstanding. Thanks for the response, I really appreciate it. I'm just sort of stuck, because I really want auto-complete functionality for my Meteor development, but I sort of don't want to use something as "big" as WebStorm to get it, so I was SUPER interested once I saw your video regarding vim/tern/etc. I might try this out tonight when I work on code.

Thanks again.

autodidacticon commented 9 years ago

How difficult would this be to implement for Vim? Where would a contributor start?