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.6 Index]