lsp-ui
lsp-ui copied to clipboard
LSP signature when typing function args
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.
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? 🤔
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?
If so then yes but... how do I enable it?