FuzzyAutocomplete / FuzzyAutocompletePlugin

A Xcode 5+ plugin that adds more flexible autocompletion rather than just prefix-matching.
MIT License
3.25k stars 352 forks source link

missing completions #116

Closed pvinis closed 8 years ago

pvinis commented 8 years ago

this happens often. this is one example. i have snapDirsAndDists as a variable. i try to complete with snapdsss and it doesnt complete. snapdss is ok though. why is it that the last s cannot be found?

slazyk commented 8 years ago

My guess would be that it just does not make it above the scoring threshold. By default the plugin does not show all completions, just the ones with high enough scores. You should be able to tweak it to your liking in settings.