Issafalcon / lsp-overloads.nvim

Extends the native nvim-lsp handlers to allow easier navigation through method overloads.
MIT License
88 stars 4 forks source link

fix(highlighting): active parameter highlighting #45

Closed player131007 closed 2 weeks ago

player131007 commented 3 weeks ago

Currently highlighting the active parameter doesn't work due to highlighting only the first line without checking.

This PR adds a field to SignatureContext to keep track of where the signature's label is and use it for highlighting.