SublimeAllAutocomplete
SublimeAllAutocomplete copied to clipboard
search both uppercase and lowercase?
If I have a string "FORMAT_JSON" in one open file, and type lowercase "format" in another file, the uppercased "FORMAT_JSON" is not showing in suggestion list.
If however I type uppercased "F", then the "FORMAT_JSON" is in the suggestion list.
I have a simple workaround for this. https://github.com/jxljdx/SublimeAllAutocomplete/commit/04ecc6c148a39b80b60cc04f7bda595f3da469c8 You can manually install my fork to solve your issue.