Home
last modified time | relevance | path

Searched defs:SnippetTextEdit (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_ext.rs448 pub struct SnippetTextEdit { struct
449 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>,
Dto_proto.rs180 ) -> lsp_ext::SnippetTextEdit { in snippet_text_edit()
203 ) -> Vec<lsp_ext::SnippetTextEdit> { in snippet_text_edit_vec()
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Drequest.rs309 ) -> 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()