Function molc::change_text
source · pub fn change_text(
line: u32,
character: u32,
text: &str
) -> TextDocumentContentChangeEventExpand description
Changes the text at the given position.
pub fn change_text(
line: u32,
character: u32,
text: &str
) -> TextDocumentContentChangeEventChanges the text at the given position.