You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to ask if it would be possible to have an option for signature help, to only show the function/argument part (like "ray-x/lsp_signature.nvim" can do). Essentially hiding the function description part from the signature help pop up and only showing the first line(s), e.g:
Rationale: I very often find myself in a situation where I know what function I need and what it does, but I don't remember the exact order or variable types of the arguments. Signature help greatly helps here, but getting the complete documentation also popping up makes for loosing valuable screen real estate.
Edit: I know I could use "ray-x/lsp_signature.nvim" for this, but having it available with blink would enabling solving all my cmp needs with 1 plugin.
Cheers and regards
myzb
The text was updated successfully, but these errors were encountered:
Feature Description
Hi and thanks for your wonderful blink.cmp.
I'd like to ask if it would be possible to have an option for signature help, to only show the function/argument part (like "ray-x/lsp_signature.nvim" can do). Essentially hiding the function description part from the signature help pop up and only showing the first line(s), e.g:
Rationale: I very often find myself in a situation where I know what function I need and what it does, but I don't remember the exact order or variable types of the arguments. Signature help greatly helps here, but getting the complete documentation also popping up makes for loosing valuable screen real estate.
Edit: I know I could use "ray-x/lsp_signature.nvim" for this, but having it available with blink would enabling solving all my cmp needs with 1 plugin.
Cheers and regards
myzb
The text was updated successfully, but these errors were encountered: