DocumentLinkClientCapabilities

langoustine.lsp.structures.DocumentLinkClientCapabilities
See theDocumentLinkClientCapabilities companion object
case class DocumentLinkClientCapabilities(dynamicRegistration: Opt[Boolean], tooltipSupport: Opt[Boolean])

The client capabilities of a [[DocumentLinkRequest]].

Value parameters

dynamicRegistration

Whether document link supports dynamic registration.

tooltipSupport

Whether the client supports the tooltip property on DocumentLink. since 3.15.0

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