You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Example: In
InteractiveDriver.scala
, doing a Find All References query on the definition ofallTrees
does not bring up the usages in DottyLanguageServer. That's becauseDottyLanguageServer
is defined in a different project thanInteractiveDriver
.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.
The text was updated successfully, but these errors were encountered: