microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
162.44k stars 28.62k forks source link

Fuzzy searching is inconsistent between various pickers #194448

Open lcrownover opened 11 months ago

lcrownover commented 11 months ago

I guess technically this could fall under a bug report or a feature request... please feel free to classify it however you see fit.

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

When using the quick file open cmd+p, I correctly get fuzzy matching:

image

However, when using the open recent picker, I don't get fuzzy matching:

image image

This is the same behavior with the new experimental.quickTextSearch (which is super awesome by the way!!).

image image

There's another open issue that's similar to this, but I don't know if they're related: https://github.com/microsoft/vscode/issues/184679

TylerLeonhardt commented 11 months ago

I agree with you that it would be nice if the Open Recent aligned with cmd+p and I think we should track that feature request here.

However, the quickTextSearch doing that might be more contentious as that would break its alignment with the Search view experience. In any case, we should discuss that separately since that's a separate feature. Can you open a separate issue for quickTextSearch?