GenLSP.Requests.TextDocumentSelectionRange (gen_lsp v0.0.7)
A request to provide selection ranges in a document. The request's parameter is of type {@link SelectionRangeParams}, the response is of type {@link SelectionRange SelectionRange[]} or a Thenable that resolves to such.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentSelectionRange{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.SelectionRangeParams.t() | nil }