text_document_document_highlight {languageserver}R Documentation

textDocument/documentHighlight request handler

Description

Handler to the textDocument/documentHighlight Request

Usage

text_document_document_highlight(self, id, params)

Arguments

self

a LanguageServer object

id

a numeric, the id of the process that started the server

params

a text_document_position_params object

Details

Not implemented yet.


[Package languageserver version 0.3.1 Index]