DiagnosticRelatedInformation

langoustine.lsp.structures.DiagnosticRelatedInformation
See theDiagnosticRelatedInformation companion object
case class DiagnosticRelatedInformation(location: Location, message: String)

Represents a related message and source code location for a diagnostic. This should be used to point to code locations that cause or related to a diagnostics, e.g when duplicating a symbol in a scope.

Value parameters

location

The location of this related diagnostic information.

message

The message of this related diagnostic information.

Attributes

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