nvim-telescope/telescope.nvim

Option to show source in diagnostic picker

Open

#2,544 opened on May 28, 2023

View on GitHub
 (2 comments) (1 reaction) (0 assignees)Lua (953 forks)batch import
enhancementgood first issue

Repository metrics

Stars
 (19,422 stars)
PR merge metrics
 (Avg merge 4h 23m) (2 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. When there's multiple servers attached, and opening diagnostics picker, I don't know which diagnostic is coming from which server.

Describe the solution you'd like Add option to diagnostic picker to show source.

Describe alternatives you've considered

Additional context There's issue #2110 that proposes to directly append the source to diagnostic message, but I think it's better to add it as an option

Contributor guide