Open
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.
Rogzites.2024-06-01.172313.mp4
<div @onclick="() => Selected$$">Test</div>
@code {
private string? SelectedType;
}