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

Handle is_incomplete #10822

Closed
wants to merge 3 commits into from
Closed

Conversation

Feel-ix-343
Copy link
Contributor

resolves #9797

This is not final but works decently; there are a few questions for maintainers in the comments

other than those, this appears to be quite slow and I do not know why

@Feel-ix-343
Copy link
Contributor Author

As I mentioned in #9797, I also wonder about changing the default completion trigger len to 1 instead of 2; this seems to be the default in most other software

@pascalkuthe
Copy link
Member

I appreciate the contribution. I was intending to implement thus differently (the ui should not be reriggered) and already have a local implementation of this. Implementing this the way I had in mind is complex and requires other changes to the ui (and I also improve other completion related things in that PR) that I haven't got around to finishing yet.

I would rather just finish my branch since it's very far along already. Thanks for working on this regardless!

@Feel-ix-343
Copy link
Contributor Author

Sounds good 👍

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

Successfully merging this pull request may close these issues.

Helix does not handle CompletionList::is_incomplete
2 participants