Open Dickby opened 7 years ago
I get the blinking behavior only for smart
completion, where I can indeed see rooms for optimization.
This makes sense because no-cache
is set to t
when using the smart
style, however nil
and t
should not blink.
if I set it to nil, it's not blinking until i type something lowercase that is actually a capital letter, than after a small delay it offers the candidate anyways, and it blinks with every key that i press.
Another reason for the blinking might be that the candidates are returned asynchronously, however, this maybe should only be true for the first time, when computing the results, but not when we are just filtering down the list.
If
company-irony-ignore-case
is set tonil
the case is ignored anyway, the company completion list popup just begins to blink with every keypress.