yasuyk/helm-company

Use helm-company instead of company-mode completion popup

manuel-uberti opened this issue · 2 comments

This is more of a question than an issue related to helm-company(which is working great, thanks for this package).

Whenever I am typing, company-mode starts completing showing the completion popup. Of course I can press the keybinding I set for helm-company, but is it possible to hide the completion popup entirely and just complete through helm-company?

Yes, you can, by setting company-idle-delay to nil and bind helm-company to a key and press it whenever you want completion.

Works like a charm, thank you very much.