package reference
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
case class
ReferenceClientCapabilities(dynamicRegistration: Option[Boolean]) extends Product with Serializable
Capabilities specific to the
textDocument/referencesCapabilities specific to the
textDocument/references- dynamicRegistration
Whether references supports dynamic registration.
-
case class
ReferenceContext(includeDeclaration: Boolean) extends Product with Serializable
- includeDeclaration
Include the declaration of the current symbol.
-
case class
ReferenceParams(textDocument: TextDocumentIdentifier, position: Position, context: ReferenceContext) extends TextDocumentPositionParams with Product with Serializable
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
Value Members
- object ReferenceConfigType extends ConfigType[ReferenceClientCapabilities, Unit] with Product with Serializable
- object ReferenceRequestType extends RequestType[ReferenceParams, Seq[Location]] with Product with Serializable