vscode-csharp icon indicating copy to clipboard operation
vscode-csharp copied to clipboard

[Bug] Improve soft selection in completion

Open dibarbet opened this issue 8 months ago • 1 comments

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

dibarbet avatar Feb 07 '25 22:02 dibarbet