lsp-ui icon indicating copy to clipboard operation
lsp-ui copied to clipboard

LSP signature when typing function args

Open sethen opened this issue 2 years ago • 3 comments

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.

sethen avatar Aug 03 '23 22:08 sethen

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? 🤔

jcs090218 avatar Aug 04 '23 04:08 jcs090218

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?

sethen avatar Aug 07 '23 01:08 sethen