Reverse Engineering Sublime Text’s Fuzzy Match
这是我能 google 到的最早的一篇关于 Sublime Text 的模糊搜索的文章。
https://github.com/forrestthewoods/lib_fts/blob/master/docs/fuzzy_match.md
https://github.com/forrestthewoods/lib_fts/blob/master/code/fts_fuzzy_match.h
vscode 关于 fuzzy searching 的 issue,讨论了将其引入到各个方面,如模糊搜索函数等,极大提升工作效率
https://github.com/Microsoft/vscode/issues/968
another issue about fuzzy searching.
considered giving user the option to choose their own search implementation
https://github.com/microsoft/vscode/issues/35572
For example I want to use https://github.com/junegunn/fzf/ or https://github.com/lotabout/skim