jinzhongjia / LspUI.nvim

A modern and useful UI plugin that wraps lsp operations.
MIT License
158 stars 4 forks source link

codeactions arent triggered by pressing numbers #5

Closed DanielFGray closed 1 year ago

DanielFGray commented 1 year ago

Codeactions show a numbered list beside each action, and in other plugins (and even by default if I remember correctly) you can jump to and/or select an item by pressing that number, but as far as I can tell, pressing numbers has no effect when using this plugin.

jinzhongjia commented 1 year ago

This plugin is not bound to any number keys.The reason why I didn't add this function at first is that my daily use code action is triggered by j and k Indeed, in many plugins, you can trigger the code action by clicking the number key. Now it looks like this is a worthwhile feature to add, I will add this in the next few days. If you have more design ideas, welcome to feedback

jinzhongjia commented 1 year ago

Close 1d5ed476b05bedad46df411c8bc48fc23d6b3a0d

DanielFGray commented 1 year ago

amazing, thank you!