View Source GenLSP.Requests.TextDocumentMoniker (gen_lsp v0.10.0)
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
.
Message Direction: clientToServer
Link to this section Summary
Link to this section Types
@type result() :: [GenLSP.Structures.Moniker.t()] | nil
@type t() :: %GenLSP.Requests.TextDocumentMoniker{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.MonikerParams.t() | nil }