RelatedFullDocumentDiagnosticReport

langoustine.lsp.structures$.RelatedFullDocumentDiagnosticReport
See theRelatedFullDocumentDiagnosticReport companion object
case class RelatedFullDocumentDiagnosticReport(relatedDocuments: Opt[Map[DocumentUri, FullDocumentDiagnosticReport | UnchangedDocumentDiagnosticReport]], kind: "full", resultId: Opt[String], items: Vector[Diagnostic])

A full diagnostic report with a set of related documents.

Attributes

items

The actual items.

kind

A full document diagnostic report.

relatedDocuments

Diagnostics of related documents. This information is useful in programming languages where code in a file A can generate diagnostics in a file B which A depends on. An example of such a language is C/C++ where marco definitions in a file a.cpp and result in errors in a header file b.hpp. since 3.17.0

resultId

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

Since:

3.17.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product