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..?
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~
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..?