dotnet / dotnet/roslyn

Completion filters out matching items

Open
#85,532 2 comments 0 reactions 0 assignees View on GitHub
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

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.