Closed phgz closed 2 years ago
Otherwise, features that could be nice are the possibility to have different highlights for the signatureHelp and the PUM's LSP documentation and also have the possibility to hide/toggle the signatureHelp with a command and update the actual parameter on ,
.
Thanks for reporting! I fixed and removed variable g:ddc_nvim_lsp_doc#enable_signaturehelp
as this was duplicated option.
Hi,
I tried setting this global variable to
0
:I also tried setting it directly here:
, however it still shows the signature help. I checked for the variable in the code and is does not seem to be referenced anywhere. It is implemented?
Thanks!