-
Notifications
You must be signed in to change notification settings - Fork 84
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
unqualified completions not working in NeoVim #408
Comments
using BuckleScript 7.1.1 ( Using OCaml:4.06.1+BS ) |
using BS 7.0.1 did not change anything :/ |
updated with log outputs, if you could confirm whether character: 0 in the position is the problem, I'd file a new issue with LanguageClient I guess, even though I wouldn't know why this should be different for reasonml (works for typescript with the same parameters as far as I can tell) |
filed an issue with LanguageClient, seems to me like they're sending the wrong position for completion here. |
using neovim with LanguageClient, and for some reason autocompleting
Pervasives.int_of
works but simplyint_of
does not work.LanguageClient is triggering
'textDocument/completion'
with characterpositionAs far I've been able to tell a character offset of 0 would lead to
PartialParser.findCompletable
returningNothing
.Shouldn't this complete modules and everything opened?
EDIT:
BuckleScript 7.1.1 ( Using OCaml:4.06.1+BS )
EDIT 2: log output that lead me to believe character 0 is the problem here
vs
The text was updated successfully, but these errors were encountered: