company-mode / company-quickhelp

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

Quickhelp content showing as part of the completition candidate #121

Closed jjnilton closed 11 months ago

jjnilton commented 2 years ago

When using lsp-mode, the signature help content shows inside the completion candidate instead of a separate frame. It also only shows after I move between candidates:

dgutov commented 2 years ago

Hi!

Please report this to lsp-mode. The second part especially looks like a bug.

jjnilton commented 2 years ago

I opened a discussion there https://github.com/emacs-lsp/lsp-mode/discussions/3386 - but maybe an issue would be better. I was suggested to ask here, because it seems it should work out of the box.

dgutov commented 2 years ago

I just pointed out a problematic behavior which certainly looks like a bug.

Now that you clarified, you also seem to be asking for a different feature than what this package provides. But IIRC lsp-mode does have its own feature for showing the signature help using posframe: https://github.com/emacs-lsp/lsp-mode/pull/1999

I haven't been able to quickly locate the docs for it, though.