hrsh7th / cmp-nvim-lsp-signature-help

cmp-nvim-lsp-signature-help
584 stars 24 forks source link

Issue #10 Add option for exteneded parameter docs #14

Closed mikehaertl closed 2 years ago

mikehaertl commented 2 years ago

A naive implementation of #10.

Review/improvements very welcome

mikehaertl commented 2 years ago

@hrsh7th Could you have a look at this? I know you consider this plugin a bit of a hack but some still prefer it over lsp_signature.vim. So maybe we can tweak it just a little.

hrsh7th commented 2 years ago

Sorry! I missed this PR. I'll review it.

hrsh7th commented 2 years ago

I also tried to fix it while watching the behavior at hand.

An implementation that displays all of signature.label, parameter.documentation and signature.documentation.

What do you think about this?

mikehaertl commented 2 years ago

Sure, why not. Usually the more information, the better.

hrsh7th commented 2 years ago

Thanks to your contribution, it has been further improved.