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

fix(completions): include filterText property by default #693

Merged
merged 1 commit into from
Feb 20, 2023

Conversation

rchl
Copy link
Member

@rchl rchl commented Feb 19, 2023

Include filterText in completions by default.

After long discussion in #631 it seems like this is necessary to properly filter completions in VSCode (not that this server would be used there but it's still a data point), Emacs and maybe other editors. In Sublime Text, due to it's API limitations, this actually causes issues so also adding completionDisableFilterText initialization option to toggle it off.

Fixes #631

@rchl rchl merged commit c07426a into master Feb 20, 2023
@rchl rchl deleted the fix/filter-text branch February 20, 2023 13:07
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.

missed ?. and filterText
1 participant