Skip to main content

Module line_index

Module line_index 

Source
Expand description

Enhances ide::LineIndex with additional info required to convert offsets into lsp positions.

We maintain invariant that all internal strings use \n as line separator. This module does line ending conversion and detection (so that we can convert back to \r\n on the way out).

Structsยง

LineIndex ๐Ÿ”’

Enumsยง

LineEndings ๐Ÿ”’
PositionEncoding