dotnet / dotnet/fsharp

Improve "Go to all" navigation in VS

Open
#14,826 5 comments 0 reactions 0 assignees View on GitHub
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`

![image](https://user-images.githubusercontent.com/217092/221855816-3fa5bef3-9a02-45ef-8c55-9d10a665b990.png)

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:

![image](https://user-images.githubusercontent.com/217092/221856377-ffc8eecd-57ab-4318-ad7e-c529d69bf4c1.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.