hrsh7th / cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
622 stars 27 forks source link

Stack instead of side-by-side? #12

Open NullVoxPopuli opened 2 years ago

NullVoxPopuli commented 2 years ago

when there are no overloads, (or few), it may be nice to stack these floaters, rather than put them side-by-side image

rodhash commented 2 years ago

Had similar issue, sometimes my floaters get crazy dimensions.. are we able to change this behaviour? Perhaps limit its size?

cmp_signature

hrsh7th commented 2 years ago

This is a bit hacky plugin (LSP's signature help isn't design to use like this plugin.

You should use lsp_signature.nvim, I think.

NullVoxPopuli commented 2 years ago

I opened: https://github.com/ray-x/lsp_signature.nvim/issues/183 seems like overloads are an afterthought everywhere :sweat_smile: