text_edit {languageserver}R Documentation

a textual edit applicable to a text document

Description

a textual edit applicable to a text document

Usage

text_edit(range, new_text)

Arguments

range

a range, the part of the document to replace

new_text

a character, the text to replace


[Package languageserver version 0.3.1 Index]