package typedefinition
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
TypeDefinitionClientCapabilities(dynamicRegistration: Option[Boolean], linkSupport: Option[Boolean]) extends Product with Serializable
Capabilities specific to the
textDocument/implementation.Capabilities specific to the
textDocument/implementation.- dynamicRegistration
Whether definition supports dynamic registration.
- linkSupport
The client supports additional metadata in the form of definition links.
Value Members
- object TypeDefinitionConfigType extends ConfigType[TypeDefinitionClientCapabilities, Either[Boolean, StaticRegistrationOptions]] with Product with Serializable
- object TypeDefinitionRequestType extends RequestType[TextDocumentPositionParams, Either[Seq[Location], Seq[LocationLink]]] with Product with Serializable