Skip to content

IDE: Find references should work across projects #3980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
odersky opened this issue Feb 11, 2018 · 1 comment
Closed

IDE: Find references should work across projects #3980

odersky opened this issue Feb 11, 2018 · 1 comment
Labels

Comments

@odersky
Copy link
Contributor

odersky commented Feb 11, 2018

Example: In InteractiveDriver.scala, doing a Find All References query on the definition of allTrees does not bring up the usages in DottyLanguageServer. That's because DottyLanguageServer is defined in a different project than InteractiveDriver.

We should also find references in external projects. At least in projects that have currently open buffers in the IDE. Finding references in ALL projects begs the question how to find these projects
in the first place. And then there's the question how to make this efficient. That's probably where SemanticDB can help. But for the moment we should at least find references in projects that are currently open.

@Duhemm
Copy link
Contributor

Duhemm commented Nov 18, 2018

Fixed in #5209

@Duhemm Duhemm closed this as completed Nov 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants