Improve "Go to all" navigation in VS
Open
Area-VS
Feature Request
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
It kinda works, but we should look into proper ordering of the results. Example with camel case search: I'd like to navigate to `FSharpDiagnosticSeverity` so I type `FSDS`

But I get `GuidsArrayFromSemicolonDelimitedStringOfGuids` as the first result. Even when the file with a better matching type is the currently active document.
The relevant results are actually present, but only after all the files that match (even barely) the search term:

Contributor guide
Assessment
This issue has not been assessed yet.