~whynothugo/lsp_lines.nvim#32: 
Arrow for related diagnostics?

Some LSPs include metadata about relationships between diagnostics.

E.g.: sometimes a hint is related to an error.

Status
REPORTED
Submitter
~whynothugo
Assigned to
No-one
Submitted
2 years ago
Updated
2 years ago
Labels
No labels applied.

~whynothugo 2 years ago

list related error messages ------------------------------- using that rust field indicating which is related to which │ │ │ │--------------------------------------│ v when drawing each cell, determine:

  • does the one on top need an arrow down?
  • does the one on the left need an arrow down?

this should give enough information to make decisions.

Register here or Log in to comment, or comment via email.