Searched defs:WorkspaceEdit (Results 1 – 5 of 5) sorted by relevance
1003 ) -> Cancellable<lsp_types::WorkspaceEdit> { in workspace_edit()1008 impl From<lsp_ext::SnippetWorkspaceEdit> for lsp_types::WorkspaceEdit { implementation1009 fn from(snippet_workspace_edit: lsp_ext::SnippetWorkspaceEdit) -> lsp_types::WorkspaceEdit { in from()
545 ) -> Result<Option<lsp_types::WorkspaceEdit>> { in handle_will_rename_files()1014 ) -> Result<Option<WorkspaceEdit>> { in handle_rename()1326 ) -> Result<lsp_types::WorkspaceEdit> { in handle_ssr()
562 WorkspaceEdit *WorkspaceEditClientCapabilities `json:"workspaceEdit,omitempty"` member3169 type WorkspaceEdit struct { struct3174 Changes *map[string][]TextEdit `json:"changes,omitempty"` // [uri: string]: TextEdit[];3188 …dit `json:"documentChanges,omitempty"` // (TextDocumentEdit | CreateFile | RenameFile | DeleteFile)