aznhe21 / actions-preview.nvim

Fully customizable previewer for LSP code actions.
GNU General Public License v3.0
365 stars 9 forks source link

Is there a way to apply code action by pressing a number key? #7

Closed leiswatch closed 11 months ago

leiswatch commented 12 months ago

Firstly, thanks for this awesome plugin. Secondly, is there a way to execute code action by pressing key number, similar to weilbith/nvim-code-action-menu?

aznhe21 commented 11 months ago

Thanks for your feedback. Unfortunately, it is not possible to support direct execution by key number due to the specifications of the backends. However, if you are using telescope.nvim, you can now filter by number through #8.