GenLSP.Requests.TextDocumentImplementation (gen_lsp v0.0.5)
A request to resolve the implementation 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.TextDocumentImplementation{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.ImplementationParams.t() | nil }