dotnet / dotnet/vscode-csharp

[Bug] Improve soft selection in completion

Open
#7,977 1 comment 0 reactions 1 assignee Claimed by @dibarbet View on GitHub
Bug
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
18h 40m
Merged PRs (30d)
31

Description

In the following gif, the item should either not be present (because App is considered filter text), or should be in soft selection (no exact match).

However
1. In VSCode, we do not get callbacks for filtering. So if the item is originally hard selected, we cannot change to soft selection once the list is filtered down that much.
2. In VS, it looks like we consider 'App' as part of the completion item, but not in VSCode. Potentially we need to up[date what we consider as part of the filter text.

![Image](https://github.com/user-attachments/assets/f7a14b3d-40a0-4ef2-ba34-173c40c81c89)

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.