Skip to main content

Module document

Module document 

Source
Expand description

Document store with incremental text sync (ADR-0091).

Each open file is represented by a DocState holding the latest text, version, and a cached crate::position::LineMap. Text sync uses TextDocumentSyncKind::INCREMENTAL — patches are applied in place.

Structs§

DocState
State for one open or known document.