aznhe21 / actions-preview.nvim

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

Support to Code Lens #21

Closed KevenGoncalves closed 6 months ago

KevenGoncalves commented 7 months ago

Many plugins are great showing the action but something that they are missing is the capability to do the same in CodeLens, would be great if this plugin do that

aznhe21 commented 6 months ago

While an interesting feature, Code Lens is difficult to preview because it is a function that executes commands and because each Language Server has a different format.

I will close the issue as I cannot imagine any specifics, but feel free to reopen it if you have any ideas.