Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go to File sort order priority #11970

Closed
1 task done
bcardarella opened this issue May 17, 2024 · 2 comments · Fixed by #12103
Closed
1 task done

Go to File sort order priority #11970

bcardarella opened this issue May 17, 2024 · 2 comments · Fixed by #12103
Labels
enhancement [core label] file finder Feedback for file management, navigation, etc

Comments

@bcardarella
Copy link

Check for existing issues

  • Completed

Describe the feature

Currently Go to File favors history over exact match:

Screenshot 2024-05-16 at 5 02 22 PM

Some options users may want:

  • exact match - it would sort with the exact match of the file name to what is being searched first, in my screenshot I would expect mix.exs and mix.lock to sort higher than everything else
  • bag distance (Jaccard index) - sort by distance between overlapping sets. This may be the more natural options for some.
  • default: the current sorting method

If applicable, add mockups / screenshots to help present your vision of the feature

No response

@bcardarella bcardarella added admin read Pending admin review enhancement [core label] triage Maintainer needs to classify the issue labels May 17, 2024
@JosephTLyons JosephTLyons added file finder Feedback for file management, navigation, etc and removed triage Maintainer needs to classify the issue admin read Pending admin review labels May 17, 2024
@JonGretar
Copy link

Yeah it makes sense that history plays a role. Just not at the expense of an exact match. Even if you would write the full mix.exs filename there it would not be enough to push that file to the top. Which feels strange.

@JosephTLyons
Copy link
Contributor

Linking this for the team:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement [core label] file finder Feedback for file management, navigation, etc
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants