On Sunday 12 March 2017 08:48 PM, Danny YUE wrote:
Seriously, have you checked the manual? ;-)
There are 2 variables that may be related to this:
`company-minimum-prefix-length' controls how many characters you have to
type before company-complete is invoked.
It is set to 4 and I did it myself.
It works perfectly with python-elpy with company-mode.
`company-idle-delay' controls the delay you will wait before auto
completion.
That is set to 1 second.
It works perfectly in Python.
Please check the value of these 2 variables and modify them to some
valid number, e.g. 2 characters with 0.5 second delay.
I even tryed your suggestion, although there was no point doing so.
Still no change.
That's why I say this is a challenge.
Should I Send you complete init-el file?
Happy hacking.
Krishnakant.