learn-a icon indicating copy to clipboard operation
learn-a copied to clipboard

"rename symbol", "go-to-definition", and "find all references" in a multi-package repo

Open cyphercider opened this issue 7 years ago • 1 comments

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

cyphercider avatar Sep 18 '18 14:09 cyphercider

It's working for me, along with refactoring across packages.

ozyman42 avatar Jul 14 '19 19:07 ozyman42