The document highlight request is sent from the client to the server to resolve document highlights for a given text document position.
For programming languages, this usually highlights all references to the symbol scoped to this file.
| text_document |
the document to find highlights in |
| position |
the position inside the document |
|
a list of document highlights, or null if there are none |