Get document highlights request; value of command field is "documentHighlights". Return response giving spans that are relevant in the file at a given line and column.
Get document highlights request; value of command field is "documentHighlights". Return response giving spans that are relevant in the file at a given line and column.
(arguments document-highlights-request)
Returns: DocumentHighlightsRequestArgs
**Returns:** `DocumentHighlightsRequestArgs`
(command document-highlights-request)
Returns: CommandTypes.DocumentHighlights
**Returns:** `CommandTypes.DocumentHighlights`
(seq document-highlights-request)
Sequence number of the message
Returns: number
Sequence number of the message **Returns:** `number`
(set-seq! document-highlights-request value)
Sequence number of the message
Sequence number of the message
(type document-highlights-request)
Returns: "request"
**Returns:** `"request"`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close