Skip to main content

Module incremental_integration

Module incremental_integration 

Source
Expand description

Integration layer connecting incremental parsing with the full parser. Incremental parsing implementation and helpers. Integration module for incremental parsing with the main LSP server

This module provides the bridge between the existing LspServer and incremental parsing capabilities, controlled by feature flags.

Structs§

IncrementalConfig
Configuration for incremental parsing

Enums§

DocumentParser
Wrapper for document state with incremental parsing support

Functions§

byte_to_lsp_pos
Convert byte offset to LSP position using rope
lsp_change_to_edit
Helper to convert LSP ContentChange to IncrementalEdit
lsp_pos_to_byte
Convert LSP position to byte offset using rope