Completion filters out matching items
Open
Area-Razor
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
VS 17.11.0 P1.1
Completion items that obviously match the completion span gets filtered out for some reason. Something is clearly out of sync here, as you can see reference highlighting is broken, too.
https://github.com/dotnet/roslyn/assets/9047283/5f768f64-cd0e-4c2f-9686-e980290d7fdf
```razor
Test
@code {
private string? SelectedType;
}
```
Contributor guide
Assessment
This issue has not been assessed yet.