matsui54 / denops-signature_help

Shows signature help from lsp server.
MIT License
62 stars 9 forks source link

Fix isSameSignature check #15

Closed statiolake closed 2 years ago

statiolake commented 2 years ago

Currently isSameSignature() is always checking the first signatures are same or not. However It should be compared with active signature instead. It makes a difference in languages supporting method overloading.