tern-meteor icon indicating copy to clipboard operation
tern-meteor copied to clipboard

External Libraries?

Open czbaker opened this issue 9 years ago • 5 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.

czbaker avatar Jun 18 '15 20:06 czbaker

The sublime package already does it.

Slava avatar Jun 19 '15 06:06 Slava

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.

czbaker avatar Jun 19 '15 16:06 czbaker

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.

Slava avatar Jun 19 '15 17:06 Slava

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.

czbaker avatar Jun 19 '15 21:06 czbaker

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

autodidacticon avatar Jun 24 '15 12:06 autodidacticon