text_document_formatting {languageserver}R Documentation

textDocument/formatting request handler

Description

Handler to the textDocument/formatting Request

Usage

text_document_formatting(self, id, params)

Arguments

self

a LanguageServer object

id

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

params

a document_formatting_params object


[Package languageserver version 0.3.1 Index]