Without plugin:
- I type
n. I get NSString
- I type
ns. I get NSString
With plugin:
- I type
n. I don't get anything (no autocomplete is shown)
- I type
ns. I get nsenum
- I type
NS. I get NSString
Is the sorting of matches case-sensitive? If yes, can we get an option to make it case insensitive?
If would also be nice to have an option to disable fuzzy matching if the query is only X characters long. The default autocomplete behaviour would be used in that case. This especially makes sense when the query has only 1 character (just let Xcode do its thing), but might also be a good idea for queries with 2 characters or even 3 (for some users).