learn-a
learn-a copied to clipboard
"rename symbol", "go-to-definition", and "find all references" in a multi-package repo
Hi @RyanCavanaugh , thanks a lot for this minimal repo, very helpful.
In your working with multi-package repos, have you found a way to use tsc language services like "find all references" or "go to definition" across packages? I haven't been able to find a way to do this thus far.... right now this is the only major drawback I can see to having a multi-package repo.
EDIT: forgot to mention this related issue in the vscode repo: https://github.com/Microsoft/vscode/issues/48905
It's working for me, along with refactoring across packages.