hrsh7th / cmp-nvim-lsp-signature-help

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

Improve active parameter highlighting #43

Open afonsocarlos opened 9 months ago

afonsocarlos commented 9 months ago

This is a kickoff to implement the feature requested on #30.

Note: although this PR already delivers the intended feature, it would be very nice to make this plugin override vim.lsp.buf.signature_help() with a formatted signature help and proper parameter highlighting. Unfortunately though, that's beyond my knowledge.