-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Closed
Labels
status/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Description
Is your feature request related to a problem? Please describe.
Currently, searching for a file with @ (e.g. @hooks) using the fuzzy searcher prioritizes files with matching directory structures rather than matching the actual filename. For instance, src/abcdefg.tsx matches sr with the same score as asafsafasf/asf/srccer.tsx.
Describe the solution you'd like
Configure AsyncFzf to prioritize matches closer to the end of a path (the filename) and to break ties by choosing the shortest overall path.
Describe alternatives you've considered
N/A
Additional context
N/A
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.