documentHighlight
langoustine.lsp.requests$.textDocument$.documentHighlight$
object documentHighlight extends LSPRequest
Request to resolve a 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.
Attributes
- Graph
-
- Supertypes
- Self type
-
documentHighlight.type
Members list
In this article