feat(lsp): type hierarchy for interfaces and implementors (0.15)

prepareTypeHierarchy plus supertypes/subtypes via extend Type for Iface.
Smoke covers Drawable ↔ Circle/Square.
This commit is contained in:
2026-07-20 00:24:38 +03:00
parent 60b7b7522f
commit 1f20c683a1
4 changed files with 354 additions and 7 deletions
+3
View File
@@ -191,6 +191,9 @@ test-lsp: lsp
@echo "==> LSP workspace import index smoke"
@chmod +x tools/smoke_lsp_workspace_imports.sh
@tools/smoke_lsp_workspace_imports.sh
@echo "==> LSP type hierarchy smoke"
@chmod +x tools/smoke_lsp_type_hierarchy.sh
@tools/smoke_lsp_type_hierarchy.sh
.PHONY: test-registry
test-registry: build