IPWright83 / VSFileNav

Visual Studio extension for rapid finding of files within a solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Space as wildcard

zstarkebaumcalico opened this issue · comments

commented

Having space as a wildcard (like sonic file finder) is awesome. Makes finding things much faster. Even better would be fuzzy matching where you kind of infer a wildcard between each character, but sort by files with matching adjacent characters first.

I think I prefer the idea of the fuzzy matching - it could work a bit like the camel case searching and use the same highlighting style. I'll have a look and see how I might implement that.