By default, Company mode seems to convert every prediction into lower case.
E.g:
HelloWorldOfGoo
HelloWorldOfEmacs
->
Hell
[Helloworldofgoo] //Company prediction
[Helloworldofemacs]
This is not very practical for case sensitive programming languages without a special backend. How can I make company mode case sensitive?
company-dabbrev
backend... unfortunately I'm seeing the lowercasing problem with thecompany-ispell
backend. – fommil Jun 18 '15 at 22:39case-replace
and that wast
, but didn't seem to act like the documentation would lead me to expect. – Matt Savoie Jan 13 '21 at 16:35