View source
class DocumentHighlightRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
Request to resolve a DocumentHighlight for a given text document position. The request's parameter is of type TextDocumentPosition the request response is of type DocumentHighlight[] or a Thenable that resolves to such.