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

More control over signature #816

Closed
sebszyller opened this issue Dec 29, 2024 · 2 comments
Closed

More control over signature #816

sebszyller opened this issue Dec 29, 2024 · 2 comments
Labels
feature New feature or request signature Related to the signature help

Comments

@sebszyller
Copy link

Feature Description

Right now signature is quite binary -- it's either enabled or disabled. Back in the nvim_cmp days, you'd use vim.lsp.buf.signature_help() instead which gives more control (e.g. toggling it manually with a keymap).

Nothing is preventing me from signature.enabled = false and using the old way, as it still works but it would be nice if the functionality was merged in blink.
Right now, these two are completely separate.

@sebszyller sebszyller added the feature New feature or request label Dec 29, 2024
@diego-velez
Copy link

Personally, I would also love to see a way to hide signature too. I like having it pop up automatically to be reminded of the signature then hiding it afterwards.

@Saghen Saghen added the signature Related to the signature help label Dec 29, 2024
@Saghen Saghen closed this as completed in 6da1023 Jan 22, 2025
@Saghen
Copy link
Owner

Saghen commented Jan 22, 2025

You may now activate it manually like require('blink.cmp').show_signature(). I've included a default keymap for toggling as well at <C-k>. Eventually you'll be able to focus it but I haven't worked that out yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request signature Related to the signature help
Projects
None yet
Development

No branches or pull requests

3 participants