I'm using groovy-mode
with company-mode
enabled; completion suggestions are in all lowercase. Whereas, in java-mode
-- a built-in package, and others such as python-mode
, ruby-mode
, company is giving camelCase suggestions.
How can we get similar behaviour in groovy-mode
?
groovy-mode
. You probably use the different backend ongroovy-mode
. So tell the variablecompany-backends
. – hewld Aug 08 '16 at 13:57