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!(lsp): use generic_sorter for dynamic_workspace_symbols #3250

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jamestrew
Copy link
Contributor

The highlighter_only sorter should be reserved for pickers that have finders that already return results in an some good order (ie. like live_grep). But this isn't something that language server reliably do and some return results in frankly useless orders.

So swapping out the sorter for conf.generic_sorter.

This is somewhat of a breaking change.
closes #2104

The `highlighter_only` sorter should be reserved for pickers that have
finders that already return results in an some good order (ie. like
`live_grep`). But this isn't something that language server reliably do
and some return results in frankly useless orders.

So swapping out the sorter for `conf.generic_sorter`.
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.

Poor quality matches when searching using lsp_dynamic_workspace_symbols
1 participant