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

signature: Prevent increment / decrement of param or signature index outside the bounds of signatures #2

Closed Issafalcon closed 2 years ago

Issafalcon commented 2 years ago

Currently moving up or down through signature params or signature overloads will go past the ends of the array. Need to cycle back round to the start OR prevent further increment / decrement