nvim_runtime_lua

lsp.FullDocumentDiagnosticReport

A diagnostic report with a full set of problems.

Fields3

FullDocumentDiagnosticReport.kind: string = "full"

A full document diagnostic report.

FullDocumentDiagnosticReport.resultId : nil | string

An optional result id. If provided it will be sent on the next diagnostic request for the same document.

FullDocumentDiagnosticReport.items : lsp.Diagnostic[]

The actual items.