-
Notifications
You must be signed in to change notification settings - Fork 179
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
Signature help stabilization #1071
Comments
On 0.11,
still auto-shows whenever blink gets to something that has a signature. Not sure if a bug or intended behaviour right now. |
These two would be particularly nice, or just an API function to manually activate the signature window. With some LSPs, this window can grow quite large so I don't want it to be always visible. |
You can show the window with |
Oh, didn't know that. Works fine, even as a toggle with |
Is it intended that the signature always auto-shows right now though (when enabled as in the config above)? |
That's not intended no, I'll look into it soon. Just been lacking time for this project recently |
Feature Description
vim.lsp.buf.signature_help()
?The text was updated successfully, but these errors were encountered: