-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Fuzzy search results are not prioritized well. #36166
Labels
Comments
Can you provide some examples that don't work well? |
@thekashifmalik did a little bit of tweaks here for our 1.18 insider build, can you grab it and see if your examples work any better? You can give our preview releases a try from: https://code.visualstudio.com/insiders/ |
64 tasks
Fixed via 9d40f0c |
Nice, this is working much better on insiders! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
(1 theme extensions excluded)
I use fuzzy search a lot and after switching to vscode I'm noticing that it's rare for the target file to appear in the top 3 results. It's almost always 10 or 15 results down. Sublime fuzzy search works well as does my setup in vim (using FZF).
Is there a point in having vscode re-invent the wheel and maintain it's own algorithm? Would it be possible to re-use other open source libraries such as FZF?
OSS FTW
Reproduces without extensions: Yes
The text was updated successfully, but these errors were encountered: