Expand description
LSP-based edge resolution for the cartog code graph.
Resolves edges left unresolved by the heuristic resolver in cartog_db,
by querying real language servers (pyright, rust-analyzer, etc.) for
textDocument/definition responses. Optional — gated behind the lsp feature.
Modules§
Functions§
- lsp_
resolve_ edges - Resolve edges that heuristic resolution left unresolved, using LSP servers.