-
Notifications
You must be signed in to change notification settings - Fork 28
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
Manual trigger support #40
Comments
Unfortunately that doesn't help a lot, the spec says that CompltionKind::Invoked is triggered even when typing an identifier, so in practice helix will always request completions, that pr just fixed the metadata sent back to the sever https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#completionTriggerKind |
What if there is was an option to disable completion completely, and add completion as a code action, I think that would solve this problem , now the user can decide when to ask for the completion I think its a good idea what do you think @leona ? |
It works but its rough on the edges, too bad thought I found a solution for this problem |
Hey there, any movement or ideas around this? I find that completion with |
Following up on your comment on #21 (comment)
Isn't that now implemented in helix via helix-editor/helix#9660?
The text was updated successfully, but these errors were encountered: