Workspace symbol picker doesn't put exact match first #12620
-
The symbol picker seems to not sort the fuzzy results as I'd expect. In the example below, I search for Is this an issue with the LSP (using the elm-language-server in this example)? It's only marginally related but shouldn't the symbol picker show all symbols before the user types anything? As you can see it opens with an empty picker instead. Using version 25.01.1 on Linux |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I realize this issue only happens with the workspace-level symbol picker, the per-file one behaves as expected. |
Beta Was this translation helpful? Give feedback.
-
What does the log say when running in verbose mode? |
Beta Was this translation helpful? Give feedback.
-
If someone stumbles upon this problem specific to the |
Beta Was this translation helpful? Give feedback.
If someone stumbles upon this problem specific to the
elm-language-server
, I have submitted a PR that fixes it here