-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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 searching problem #36119
Comments
It's hard to know what you mean in that case if there are other fuzzy matches, but if you use |
Assigning @bpasero if you want to tweak it or follow up |
@roblourens |
@Jackie-Yang 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/ |
@Jackie-Yang also in your screenshot where you compare VS Code with Sublime I see different folders for the top results, are those not showing up for VS Code after all? I mean the ones within |
@bpasero Yes, so I said I didn't get the results I needed. |
@Jackie-Yang not at all or just showing up later? Is this workspace open source so that I could have a look? |
@bpasero |
@bpasero But this problem still exist, it still show wrong result when I search some file. |
Fixed via 9d40f0c |
Steps to Reproduce:
If I want to fuzzy search "File.cpp" under "ABC" folder (using Ctrl + P), input "ABC File.cpp",
The search results might be:
"Axx\xxBxx\xxC\xxxxx\File.cpp"
The search results are inaccurate, most importantly, I didn't get the results I needed.
The searching performance of sublime text is still better than vscode.
Reproduces without extensions: Yes/No
The text was updated successfully, but these errors were encountered: