Home
last modified time | relevance | path

Searched defs:SnippetWorkspaceEdit (Results 1 – 5 of 5) sorted by relevance

/dports/editors/kak-lsp/kak-lsp-11.1.0/src/language_features/
H A Drust_analyzer.rs111 pub struct SnippetWorkspaceEdit { struct
113 pub changes: Option<HashMap<Url, Vec<TextEdit>>>,
115 pub document_changes: Option<Vec<SnippetDocumentChangeOperation>>,
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dlsp_ext.rs348 pub struct SnippetWorkspaceEdit { struct
350 pub changes: Option<HashMap<lsp_types::Url, Vec<lsp_types::TextEdit>>>,
352 pub document_changes: Option<Vec<SnippetDocumentChangeOperation>>,
354 pub change_annotations:
H A Dto_proto.rs827 ) -> Result<lsp_ext::SnippetWorkspaceEdit> { in snippet_workspace_edit()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dlsp_ext.rs340 pub struct SnippetWorkspaceEdit { struct
342 pub changes: Option<HashMap<lsp_types::Url, Vec<lsp_types::TextEdit>>>,
344 pub document_changes: Option<Vec<SnippetDocumentChangeOperation>>,
346 pub change_annotations:
H A Dto_proto.rs818 ) -> Result<lsp_ext::SnippetWorkspaceEdit> { in snippet_workspace_edit()