GenLSP.Requests.TextDocumentTypeDefinition (gen_lsp v0.0.3)
A request to resolve the type definition locations of a symbol at a given text document position. The request's parameter is of type [TextDocumentPositionParams] (#TextDocumentPositionParams) the response is of type {@link Definition} or a Thenable that resolves to such.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentTypeDefinition{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.TypeDefinitionParams.t() | nil }