alienhard / SublimeAllAutocomplete

Extend Sublime autocompletion to find matches in all open files of the current window
917 stars 110 forks source link

Fix the problem that can not match the upper case word. #27

Closed EzekielZhang closed 9 years ago

EzekielZhang commented 10 years ago

Fix the problem that can not match upper case word,when prefix is in lower case,by making prefix upper case. For example, when prefix is "hello",the word "Hello" is unmatched.

My English is not very well,please modified the annotation if it has grammar errors. ^.^

alienhard commented 9 years ago

Hi @zzdwuliang -- it appears that your change 'hello' match 'Hello', but note that now 'hello' doesn't match 'hello' anymore.

I'm also unsure whether this is a generally useful feature? At least for my coding, I never miss matches because of wrong capitalization. Do you have an example where this is particularly useful?