ukyouz / SublimeText-SimpleFuzzy

Fuzzy search line-based jump for the current file and project files.
MIT License
5 stars 0 forks source link

Add a separator between exact results and non-exact results? #4

Open vinoff opened 3 years ago

vinoff commented 3 years ago

Say you search for "fun". Now, there will be entries for exact results, that is, places in your code where you have written the word "fun". There will also be results for non-exact results, i.e, places in your code where you have written, for example, "For unified" or whatever.

It would be nice if there was a separator between these 2 types of results when one searches. Or not..?

ukyouz commented 3 years ago

That requires customized sorting algorithm when user writing the searching term; however, Sublime Test has its own algorithm for List Input filtering things, so unfortunately, I can not do much for you~