Issafalcon / lsp-overloads.nvim

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

Add the ability to scroll up and down the signature window #15

Open Issafalcon opened 1 year ago

Issafalcon commented 1 year ago

Currently, to view the rest of the information in the signature window, the user needs to enter the window before scrolling the buffer. To make this more convenient, add keymaps to allow the user to scroll up and down the lsp-signature overloads window (similar to lsp-saga smart scroll).

xinghe98 commented 2 months ago

thanks for creation, I have used many related projects and this is the best one, the only drawback is that there is no mention about how to scroll pop-ups in the readme