company-mode / company-quickhelp

Documentation popup for Company
GNU General Public License v3.0
374 stars 33 forks source link

Company showing blank popups #124

Closed FiV0 closed 11 months ago

FiV0 commented 1 year ago

Hi,

I am having blank popups. I know there is a previous issue similar to this https://github.com/company-mode/company-quickhelp/issues/90, but the solution proposed there didn't work for me. Selection_035

My company backends look like this:

ELISP> company-backends
(company-terraform company-bbdb company-semantic company-cmake company-capf company-clang company-files
                   (company-dabbrev-code company-gtags company-etags company-keywords)
                   company-oddmuse company-dabbrev)

Let me know if anything else would be helpful debugging this.

dgutov commented 1 year ago

Is there any chance that the backend reports empty strings there?