Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LSP signature when typing function args #756

Open
sethen opened this issue Aug 3, 2023 · 2 comments
Open

LSP signature when typing function args #756

sethen opened this issue Aug 3, 2023 · 2 comments
Labels

Comments

@sethen
Copy link

sethen commented Aug 3, 2023

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
Copy link
Member

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
Copy link
Author

sethen commented Aug 7, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants