IPWright83 / VSFileNav

Visual Studio extension for rapid finding of files within a solution
21 stars 8 forks source link

Space as wildcard #10

Open zstarkebaumcalico opened 8 years ago

zstarkebaumcalico commented 8 years ago

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.

IPWright83 commented 7 years ago

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.