company-mode / company-quickhelp

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

Support display using `eldoc-box` #112

Closed FelipeLema closed 4 years ago

FelipeLema commented 4 years ago

Hey, there

I'm liking this package a lot, although I would like to unify my help displays to a single instance.

Right now I'm using eldoc-box to display help on a separate frame and company-quickhelp for completion. When I get company to start a completion I get help from both company and "whatever-I-was-looking-at-in-the-code" through eldoc-box.

I'd like to have company-quickhelp to take ownership of eldoc-box. This way I would only have a single unified frame displaying help.

Thanks for the effort so far, everyone.

dgutov commented 4 years ago

I'm not really sure it's possible from this end.

Perhaps you could ask for such integration in the eldoc-box project? It would serve as a replacement for this mode.

FelipeLema commented 4 years ago

Closing as "not possible". Thanks for answering.