Expand description
Document link handler using ecosystem trait delegation.
Purely local (no registry access, no versions/freshness inputs) — see
Ecosystem::generate_document_links, whose default is an empty Vec for
every ecosystem that has no intra-manifest file references. PyPI is
currently the only implementor, surfacing pip’s -r/-c targets.
Functions§
- handle_
document_ link - Handles
textDocument/documentLinkrequests using trait-based delegation.