Rank exact match over history matches #106786
Labels
feature-request
Request for new features or functionality
*out-of-scope
Posted issue is not in scope of VS Code
quick-pick
Quick-pick widget issues
search
Search widget and operation issues
Milestone
When using QuickSearch (CMD+P on Mac), rank exact file matches higher than recent history matches (search.quickOpen.includeHistory). Specifically, imagine if you have a file "fooBar.js" and a recently opened file "fooBarSomeOtherThing.js". If you QuickSearch with query "fooBar", "fooBarSomeOtherThing.js" from recently opened files will be ranked higher than fooBar.js. I believe the exact file match should be ranked higher in this case.
The text was updated successfully, but these errors were encountered: