nvimdev / lspsaga.nvim

improve neovim lsp experience
MIT License
3.41k stars 287 forks source link

Show code actions in `show_line_diagnostics` just like `diagnostic_jump_next` #1401

Open isak102 opened 6 months ago

isak102 commented 6 months ago

Is your feature request related to a problem? Please describe. It would be very useful to be able to show and run code actions when using show_line_diagnostics just like we can when running diagnostic_jump_next.

This is show_line_diagnostics: image

And this is diagnostic_jump_next: image

Describe the solution you'd like I would like the code actions to be listed when running show_line_diagnostcs

kohane27 commented 2 months ago

I'd like this very much as well. Thank you!