Lines Matching defs:edit
1010 /// The edit should either provide changes or documentChanges. If the client
1064 /// A CodeAction must set either `edit` and/or a `command`. If both are
1065 /// supplied, the `edit` is applied first, then the `command` is executed.
1087 /// The workspace edit this code action performs.
1088 std::optional<WorkspaceEdit> edit;
1090 /// A command this code action executes. If a code action provides an edit
1091 /// and a command, first the edit is executed and then the command.
1193 WorkspaceEdit edit;
1326 /// An edit which is applied to a document when selecting this completion.
1327 /// When an edit is provided `insertText` is ignored.
1329 /// Note: The range of the edit must be a single line range and it must
1334 /// this completion. Edits must not overlap with the main edit nor with