Function molc::delete_text
source · pub fn delete_text(
line: u32,
character: u32,
len: u32
) -> TextDocumentContentChangeEventExpand description
Deletes the text at the given range.
pub fn delete_text(
line: u32,
character: u32,
len: u32
) -> TextDocumentContentChangeEventDeletes the text at the given range.