jeancroy / fuzz-aldrin-plus

Sublime text like fuzzy filtering - compatible with atom/fuzzaldrin
MIT License
269 stars 21 forks source link

compare against vscode #39

Open jeancroy opened 6 years ago

jeancroy commented 6 years ago

Ensure that we pass score quality issues raised against vscode (in addition to atom)

See test suite here: https://github.com/Microsoft/vscode/blob/master/src/vs/base/test/common/filters.test.ts

And implementation here: https://github.com/Microsoft/vscode/blob/master/src/vs/base/common/filters.ts

In particular see test with actual issue number next to it ( real life scenario ) Also check character per character highlight test, which we mostly lack beside very easy test.