emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 139 forks source link

Show signature help at point #488

Closed muirdm closed 4 years ago

muirdm commented 4 years ago

I'd like to be able show signature help at point in a popup similar to lsp-ui-doc. lsp-mode seems to only show signature help in the minibuffer (?), and lsp-ui doesn't seem to show signature help at all (?). I basically want what VSCode does where it shows the signature help inline.

Screen Shot 2020-08-16 at 9 55 34 AM

yyoncho commented 4 years ago

see https://github.com/emacs-lsp/lsp-mode/pull/1999