text_document_code_action {languageserver}R Documentation

textDocument/codeAction request handler

Description

Handler to the textDocument/codeAction Request

Usage

text_document_code_action(self, id, params)

Arguments

self

a LanguageServer object

id

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

params

a code_action_params object

Details

Not implemented yet.


[Package languageserver version 0.3.1 Index]