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

Support displaying signature after selecting completion #247

Closed
ericvw opened this issue Sep 24, 2021 · 3 comments
Closed

Support displaying signature after selecting completion #247

ericvw opened this issue Sep 24, 2021 · 3 comments

Comments

@ericvw
Copy link

ericvw commented Sep 24, 2021

Coming from vim and YouCompleteMe, a feature I didn't realize I depended upon was YCM's signature help (associated PR for it with GUI examples). The signature would pop up after accepting a completion so that you can easily reference the signature while typing.

Below is what I am talking about:
vim-ycm

After typing foo(, the signature help would float above what I was typing to reference it. After the closing paren (i.e., )) the signature would disappear.

Does nvim-cmp already support this? If not, is it a feature that fits well with the project? Thanks!

@ericvw
Copy link
Author

ericvw commented Sep 24, 2021

A colleague pointed me at https://github.com/ray-x/lsp_signature.nvim. If this feature is not in scope for nvim-cmp, I can use another plugin for this functionality.

@rafamadriz
Copy link

The author of this plugin has mentioned multiple times that this feature is not within the scope of the project because is not in the LSP spec, hence he has no plans of supporting this. As you mentioned, there is lsp_signature.nvim and it's a fine solution.

@ericvw
Copy link
Author

ericvw commented Sep 24, 2021

@rafamadriz, thanks! I completely forgot to check existing closed issues. I found #235 (comment). I'll close this and apologies for the noise.

@ericvw ericvw closed this as completed Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants