Expand description
LSP-style semantic endpoints over an ETDL document (completions, hover, go-to-definition, find-references, document symbols, formatting).
These are structural services built on the typed AST
(crate::parse_document) and the position index
(crate::spanned::SpanIndex). Line/column numbers are 0-based; offsets are
character offsets, matching LSP conventions.