IPWright83 / VSFileNav

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

Changed ordering for multi-word searches #21

Open MattHampton opened 6 years ago

MattHampton commented 6 years ago

When searching for multiple space-separated words, the filenames that matched a single word would often appear before those matching multiple words. This seemed counter-intuitive. This change brings the filenames with the most matches to the top. It still prioritises camel-case hits as before.