feat(lsp): textDocument/implementation for interfaces (0.13)

Go-to-implementation resolves interface types to implementing types and
interface methods to extend Type for Iface method decls (Circle+Square).
This commit is contained in:
2026-07-19 23:46:17 +03:00
parent fe1da8b42e
commit a296f1695d
4 changed files with 283 additions and 7 deletions
+3
View File
@@ -185,6 +185,9 @@ test-lsp: lsp
@echo "==> LSP path rename smoke"
@chmod +x tools/smoke_lsp_rename_path.sh
@tools/smoke_lsp_rename_path.sh
@echo "==> LSP implementation smoke"
@chmod +x tools/smoke_lsp_implementation.sh
@tools/smoke_lsp_implementation.sh
.PHONY: test-registry
test-registry: build