Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word based autocomplete is lost #56

Open
rubencaro opened this issue Mar 13, 2017 · 9 comments
Open

Word based autocomplete is lost #56

rubencaro opened this issue Mar 13, 2017 · 9 comments

Comments

@rubencaro
Copy link

On version 0.1.2

When I start writing a word in a file, usually Code gives me at least code completion for plain text words (see the small 'abc' icon) searching on open files. This works for all kinds of files, and even for Elixir unsaved ('Untitled', not on disk) files. Like this:
seleccion_368

This does not work for me on Elixir pre-existing files (i.e. part of an actual project). Like this: seleccion_369

Is it some misconfiguration from my part? Or is it a bug?

Thanks

@kexoth
Copy link

kexoth commented Mar 13, 2017

The same is on my machines too, even after everything is compiled. It appears it cannot find any modules/functions/variables no matter in which context/scope, this same applies on ⌘+click on anything.

I'm on Elixir 1.4, are you too?

@rubencaro
Copy link
Author

rubencaro commented Mar 13, 2017 via email

@timmhirsens
Copy link
Owner

timmhirsens commented Mar 13, 2017

Hmm i currently can't reproduce this issue:
image
Could you maybe open up developer tools (via Help) and paste anythings thats looks like an error in here?

I must add that super+click doesn't seem to work for me as well.

@rubencaro
Copy link
Author

rubencaro commented Mar 14, 2017 via email

@timmhirsens
Copy link
Owner

Hey @rubencaro appearently github doesn't include images send via mail. Could you upload them via the web interface?
Thanks a bunch!

@rubencaro
Copy link
Author

Yes, of course! Sorry.

Here they go. In order:

seleccion_372
seleccion_373
seleccion_374
seleccion_375
seleccion_376

Thanks!

@timmhirsens
Copy link
Owner

timmhirsens commented Mar 15, 2017

Thanks @rubencaro, seems to be the same issue as #30, will look into it once i get some time!

Edit: I am currently trying to get some help from the vscode team: http://stackoverflow.com/questions/42807497/implementing-completionitemprovider-prevents-word-base-suggestions

@michalmuskala
Copy link

This might be related to microsoft/vscode#21611

@rubencaro rubencaro changed the title Regular autocomplete is lost Word based autocomplete is lost Apr 2, 2017
@mrkaspa
Copy link

mrkaspa commented Aug 23, 2017

I have the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants