Lines Matching defs:changes
323 /// Defines how the host (editor) should sync document changes to the language
560 /// The client supports versioned document changes for WorkspaceEdit.
789 /// to the version after all provided content changes have
793 /// The actual content changes.
832 std::vector<FileEvent> changes;
1010 /// The edit should either provide changes or documentChanges. If the client
1012 /// the latter are preferred over changes.
1014 /// Holds changes to existing resources.
1015 std::optional<std::map<std::string, std::vector<TextEdit>>> changes;
1020 /// using the `changes` property are supported.
1852 /// Requests the changes in semantic tokens since a previous response.