Step 130: LSP library API indexing

This commit is contained in:
Bill
2026-02-09 16:46:58 -07:00
parent f88a129a7b
commit 42ee684087
9 changed files with 375 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ The foundation: import libraries, parse their APIs, index their symbols.
Changes write back to the appropriate dependency file.
*New:* `DependencyPanel` in `main.cpp`
- [ ] **Step 130: Library API indexing via LSP**
- [x] **Step 130: Library API indexing via LSP**
When a package is imported, leverage the LSP server to extract its public API
surface. Send `workspace/symbol` queries and `textDocument/completion` with
library prefix to discover available functions, classes, constants.