-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
Improve ordering of "Go to symbol in workspace" results #71951
Comments
A recent release of VS Code seems to have regressed in the ordering of workspace/symbol results I expected the
Could it be that the PS. I admit the |
Currently,
workspace/symbol
results are sometimes sorted in alphabetical order making it difficult to navigate to certain symbolsI expected "CompletionSuite", which is at the bottom in the screenshot, to appear at the top because
In this particular case, the language server (Metals, https://marketplace.visualstudio.com/itemdetails?itemName=scalameta.metals) returns "CompletionSuite" at the top of the results.
It would be nice if Visual Studio Code could either
"editor.workspaceSymbolOrdering": "default" | "language-server"
to preserve the ordering from the language serverThe text was updated successfully, but these errors were encountered: