krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
17.77k stars 754 forks source link

PascalCase ,snake_case or dash-case search #609

Closed arnoson closed 2 years ago

arnoson commented 2 years ago

Description

When searching for a file in vscode with the name MyFile, my_file or my-file it will match the names with this pattern: mf (using the first character of each word of the file name). Would be great to have this feature in fuse too.

Describe the solution you'd like

On option to toggle this search behavior.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days