emacs-lsp / lsp-ui

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

LSP signature when typing function args #756

Open sethen opened 11 months ago

sethen commented 11 months ago

Looked through the documentation and I haven't seen anything that mentioned this. I think a cool feature would be once the candidate is picked in a function and typing begins a new pop up would show with the function signature. I know visual studio provides this sort of functionality. I think right now the function signature can just be echoed in the bottom bar.

jcs090218 commented 11 months ago

Signature is supported in lsp-mode, see

https://github.com/emacs-lsp/lsp-mode/blob/2346840947b833b351d74056a86a8f1fb124d22f/lsp-mode.el#L1049-L1076

Is this what you want? 🤔

sethen commented 11 months ago

Signature is supported in lsp-mode, see

https://github.com/emacs-lsp/lsp-mode/blob/2346840947b833b351d74056a86a8f1fb124d22f/lsp-mode.el#L1049-L1076

Is this what you want? 🤔

Does it do this?

signature-help

If so then yes but... how do I enable it?