FullDocumentDiagnosticReport

langoustine.lsp.structures.FullDocumentDiagnosticReport
See theFullDocumentDiagnosticReport companion object
case class FullDocumentDiagnosticReport(kind: "full", resultId: Opt[String], items: Vector[Diagnostic])

A diagnostic report with a full set of problems.

Value parameters

items

The actual items.

kind

A full document diagnostic report.

resultId

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

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product