Expand description
§RPCModelContentChangeDTO
Defines the Data Transfer Objects for representing text changes in a document, compatible with VS Code’s RPC protocol for text synchronization.
Structs§
- RPCModel
Content ChangeDTO - Represents a single text change operation, including the range to be replaced and the new text to insert. This is part of a collection sent when a document is edited.
- RPCRangeDTO
- Represents a line and column-based range in a text document.