Expand description
Source text management and location tracking. Source text management and location tracking for incremental parsing.
This module provides structures for managing source code text and tracking locations within it, including support for LSP (Language Server Protocol) integration.
Structs§
- Source
Location - Represents a specific location within source code.
- Source
Text - Represents source code text with line mapping and optional URL reference.
- Source
View - A view into a portion of source text.
- Text
Edit - Represents a text edit operation for incremental updates.
- Url
- A parsed URL record.
Traits§
- Source
- Trait for abstract text sources with error position management.