package implementation
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ImplementationClientCapabilities(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.
- case class ImplementationParams(textDocument: TextDocumentIdentifier, position: Position) extends TextDocumentPositionParams with Product with Serializable
Value Members
- object ImplementationConfigType extends ConfigType[ImplementationClientCapabilities, Either[Boolean, WorkDoneProgressOptions]] with Product with Serializable
- object ImplementationRequestType extends RequestType[ImplementationParams, Either[Seq[Location], Seq[LocationLink]]] with Product with Serializable