Slava / tern-meteor-sublime

Meteor Framework autocompletion for Sublime
244 stars 10 forks source link

Package Control: Skipping file from package named Meteor Autocomplete (TernJS) due to an invalid filename #3

Closed krawalli closed 9 years ago

krawalli commented 9 years ago

trying to use this package. Unfortunatly it does not show any completion, but there is nothing in the log/console as useful reason.

On using "update packages" from package control, this shows up:

Package Control: Skipping file from package named Meteor Autocomplete (TernJS) due to an invalid filename

Slava commented 9 years ago

I cannot reproduce it. What version of Sublime Text do you have? What OS are you running on? What is the invalid file?

And what do you have in your user settings?

krawalli commented 9 years ago

The variable names popup shown in the gif-video while typing: is that because of tern or from another package?

Slava commented 9 years ago

@krawalli in the gif, you can see that you have types and the completion is based on the return values, not just random tokens in the file.

krawalli commented 9 years ago

so there is no other package to that like codeIntel - right?

Is there a "debug switch" to get a clue why it does not fire up (even on '.')

[edit]

Ok, seems I've got it running. Some "project settings" seems to prevent the package to work.

Slava commented 9 years ago

@krawalli I don't know how to reproduce it. Can you try on a plain Sublime Text w/o any other plugins on a simple meteor project?

krawalli commented 9 years ago

I will try to.

Maybe its the excluded .meteor folder. Thought this would only affect the display and beeing included from search.

raix commented 9 years ago

// Not sure if related - just tried to find the package on st3 but wasn't found - mac os

Slava commented 9 years ago

@raix https://packagecontrol.io/packages/Meteor%20Autocomplete%20%28TernJS%29

raix commented 9 years ago

image Yeah, just don't actually have the "Meteor Autocomplete..." in the package install list?

Slava commented 9 years ago

No idea. Make sure you have Sublime Text 3 and not 2.

On Mon, Mar 16, 2015 at 1:49 AM, Morten N.O. Nørgaard Henriksen < notifications@github.com> wrote:

[image: image] https://cloud.githubusercontent.com/assets/1136718/6662947/a2d59042-cbc1-11e4-8640-a18e0f8846c7.png Yeah, just don't actually have the "Meteor Autocomplete..." in the package install list?

— Reply to this email directly or view it on GitHub https://github.com/Slava/tern-meteor-sublime/issues/3#issuecomment-81509769 .

raix commented 9 years ago

It's 3 (at least the one I installed build 3065) - I'll just check up on it one more time - jic

raix commented 9 years ago

Odd: image I'll see if I can try in a week or so, thank you for the effort!

krawalli commented 9 years ago

@raix: it does not show up if its already installed

Slava commented 9 years ago

Closing this due to no way to reproduce :(

If this behavior repeats, let's open a new fresh issue.