DocumentLinkClientCapabilities

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

The client capabilities of a DocumentLinkRequest.

Attributes

dynamicRegistration

Whether document link supports dynamic registration.

tooltipSupport

Whether the client supports the tooltip property on DocumentLink. since 3.15.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