GenLSP.Requests.TextDocumentMoniker (gen_lsp v0.0.5)
A request to get the moniker of a symbol at a given text document position.
The request parameter is of type {@link TextDocumentPositionParams}.
The response is of type {@link Moniker Moniker[]} or null
.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentMoniker{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.MonikerParams.t() | nil }