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
Apply a basic sorter for short partial identifiers
If the user enters an identifier that is shorter than a certain
fixed length, the completions will not be sorted by string distance.
Instead, the completions with a matching prefix will be placed before
that other ones in the list.
0 commit comments