You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not the length of the string that the algorithm cares about, but index
of the matching word that occurs in the string. Always sorting can be
expensive for large collections and you can get the result you want by
simply continuing to type the next character - ".".
Generally speaking, when working with flx, if the order isn't what you
expected, you can just keep typing a few more characters to get it right.
I've been noticing that flx prefers longer names over shorter names, even if the shorter name is an exact match:
for some reason the longer one shows up first in my projectile-find-file which is using flx-ido.
Is there any way you could order things by score and then length (shortest first), that'd be ace.
The text was updated successfully, but these errors were encountered: