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

Remove check for 'isIncomplete' on completion #568

Closed
wants to merge 1 commit into from

Conversation

saccarosium
Copy link

Hi,
this remove the check for 'isComplete' when trying to do completion.

The main issue is that some lsps, such as rust analyzer (#366), will set this option and if the language server returns an unfiltered list, the user will receive completion completely unrelated to what they typed before.

Before

Screencast_20241103_002049.webm

After

Screencast_20241103_002234.webm

@saccarosium
Copy link
Author

@yegappan does this PR have any issues / blockers?

@saccarosium saccarosium closed this Dec 3, 2024
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.

2 participants