text_document_will_save_wait_until {languageserver}R Documentation

textDocument/willSaveWaitUntil notification handler

Description

Handler to the textDocument/willSaveWaitUntil Request

Usage

text_document_will_save_wait_until(self, id, params)

Arguments

self

a LanguageServer object

id

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

params

a will_save_text_document_params


[Package languageserver version 0.3.1 Index]