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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user