Is your feature request related to a problem? Please describe.
Apologies if I'm missing something, I'm quite new to this plugin.
I set
let g:completion_matching_strategy_list = ['exact', 'substring', 'fuzzy']
However, the ordering of completions I get is less than great:
Describe the solution you'd like
Compare to what Code does:
I think exact and substring matches should come before fuzzy.
Describe alternatives you've considered
Not sure. Maybe it could use the order from g:completion_matching_strategy_list, but I don't really see the point. PS: I also don't see the point of all, as shown in the README example.
Is your feature request related to a problem? Please describe.
Apologies if I'm missing something, I'm quite new to this plugin.
I set
However, the ordering of completions I get is less than great:
Describe the solution you'd like
Compare to what Code does:
I think
exact
andsubstring
matches should come beforefuzzy
.Describe alternatives you've considered
Not sure. Maybe it could use the order from
g:completion_matching_strategy_list
, but I don't really see the point. PS: I also don't see the point ofall
, as shown in the README example.