Learn R Programming

languageserver (version 0.3.0)

text_document_code_lens: textDocument/codeLens request handler

Description

Handler to the textDocument/codeLens Request

Usage

text_document_code_lens(self, id, params)

Arguments

self
id

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

params

Value

a list of CodeLens objects

Details

Not implemented yet.