View Source GenLSP.Structures.FullDocumentDiagnosticReport (gen_lsp v0.8.1)

A diagnostic report with a full set of problems.

@since 3.17.0

Link to this section Summary

Functions

Fields

  • kind: A full document diagnostic report.
  • result_id: An optional result id. If provided it will be sent on the next diagnostic request for the same document.
  • items: The actual items.

Link to this section Types

@type t() :: %GenLSP.Structures.FullDocumentDiagnosticReport{
  items: [GenLSP.Structures.Diagnostic.t()],
  kind: String.t(),
  result_id: String.t() | nil
}

Link to this section Functions

Link to this function

%GenLSP.Structures.FullDocumentDiagnosticReport{}

View Source (struct)

fields

Fields

  • kind: A full document diagnostic report.
  • result_id: An optional result id. If provided it will be sent on the next diagnostic request for the same document.
  • items: The actual items.