Packages

package reference

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ReferenceClientCapabilities(dynamicRegistration: Option[Boolean]) extends Product with Serializable

    Capabilities specific to the textDocument/references

    Capabilities specific to the textDocument/references

    dynamicRegistration

    Whether references supports dynamic registration.

  2. case class ReferenceContext(includeDeclaration: Boolean) extends Product with Serializable

    includeDeclaration

    Include the declaration of the current symbol.

  3. 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

  1. object ReferenceConfigType extends ConfigType[ReferenceClientCapabilities, Either[Boolean, WorkDoneProgressOptions]] with Product with Serializable
  2. object ReferenceRequestType extends RequestType[ReferenceParams, Seq[Location]] with Product with Serializable

Ungrouped