Searched defs:SnippetTextEdit (Results 1 – 3 of 3) sorted by relevance
448 pub struct SnippetTextEdit { struct449 pub range: Range,450 pub new_text: String,452 pub insert_text_format: Option<lsp_types::InsertTextFormat>,455 pub annotation_id: Option<lsp_types::ChangeAnnotationIdentifier>,
180 ) -> lsp_ext::SnippetTextEdit { in snippet_text_edit()203 ) -> Vec<lsp_ext::SnippetTextEdit> { in snippet_text_edit_vec()
309 ) -> Result<Option<Vec<lsp_ext::SnippetTextEdit>>> { in handle_on_enter()324 ) -> Result<Option<Vec<lsp_ext::SnippetTextEdit>>> { in handle_on_type_formatting()1621 ) -> Result<Vec<lsp_ext::SnippetTextEdit>> { in handle_move_item()