You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching for workspace symbols should fuzzy match.
Current Behavior
Seaching for workspace symbols only matches case-sensitive on the exact term. However, searching for a symbol in the current editor view works fine with fuzzy matching.
Possible Solution
I read in similar github vscode issues that this might be related to the language server of the specifig language.
(i.e. microsoft/vscode#33746)
Expected Behavior
Searching for workspace symbols should fuzzy match.
Current Behavior
Seaching for workspace symbols only matches case-sensitive on the exact term. However, searching for a symbol in the current editor view works fine with fuzzy matching.
Possible Solution
I read in similar github vscode issues that this might be related to the language server of the specifig language.
(i.e. microsoft/vscode#33746)
Steps to Reproduce
#slowT
findsslowThreshold
insrc/Loading.elm
.#slt
doesn't match anythingsrc/Loading.elm
and searching for editor symbols with@slt
finds symbolslowThreshold
(fuzzy seach works)Context
I'm trying to navigate through a little larger Elm codebase (~53 Files).
Your Environment
The text was updated successfully, but these errors were encountered: