Can autocomplete suggestions matched using fuzzy matching technique ?
With autocomplete suggestions, the results only based on the exact matching.
So if we type in php
arrayse
there are no suggestions. We must write array_se
to get array_search
.
Is there any package that provides this feature ?
This is what let me stick with sublime text.