nvimdev / nvimdev/lspsaga.nvim

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

Open
#1,401 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Lua
Stars
3.8k
Forks
308
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing the existing show_line_diagnostics and diagnostic_jump_next entry points, focusing on how diagnostic_jump_next obtains and presents code actions. Extend show_line_diagnostics so code actions are listed and runnable there as well. Done means the same line-diagnostic view exposes usable code actions without regressing its existing behavior.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
developer-experience, tooling
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.