nvimdev / nvimdev/lspsaga.nvim
Show code actions in `show_line_diagnostics` just like `diagnostic_jump_next`
Nobody has claimed this yet.
- 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:
And this is diagnostic_jump_next:
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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