SublimeAllAutocomplete icon indicating copy to clipboard operation
SublimeAllAutocomplete copied to clipboard

search both uppercase and lowercase?

Open codeachange opened this issue 8 years ago • 2 comments

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.

codeachange avatar Apr 12 '16 03:04 codeachange

If however I type uppercased "F", then the "FORMAT_JSON" is in the suggestion list.

codeachange avatar Apr 12 '16 03:04 codeachange

I have a simple workaround for this. https://github.com/jxljdx/SublimeAllAutocomplete/commit/04ecc6c148a39b80b60cc04f7bda595f3da469c8 You can manually install my fork to solve your issue.

jxljdx avatar Dec 16 '16 23:12 jxljdx