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

External Libraries?

czbaker opened this issue · comments

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.

The sublime package already does it.

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.

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.

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.

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