GenLSP.Requests.TextDocumentDocumentHighlight (gen_lsp v0.0.4)
Request to resolve a {@link DocumentHighlight} for a given text document position. The request's parameter is of type [TextDocumentPosition] (#TextDocumentPosition) the request response is of type [DocumentHighlight[]] (#DocumentHighlight) or a Thenable that resolves to such.
Link to this section Summary
Link to this section Types
@type t() :: %GenLSP.Requests.TextDocumentDocumentHighlight{ id: integer(), jsonrpc: String.t(), method: String.t(), params: GenLSP.Structures.DocumentHighlightParams.t() | nil }