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

Open
sebszyller opened this issue Dec 29, 2024 · 1 comment
Open

More control over signature #816

sebszyller opened this issue Dec 29, 2024 · 1 comment
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
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