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
I've indexed these separately, and loaded them all into one server instance. If I'm looking at MyProjectFoo, then it finds references to symbols defined in bar.
However, if I'm looking at a symbol in bar and find all references to that symbol, it only seems to find those in bar (and not references coming from the top level project MyProjectFoo).
My goal is to be able to look at a symbol defined in bar and discover the references in other projects. Is this possible?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi again!
A feature request, or a confused user request :)
The project I'm looking at has a structure like:
I've indexed these separately, and loaded them all into one server instance. If I'm looking at
MyProjectFoo
, then it finds references to symbols defined in bar.However, if I'm looking at a symbol in bar and find all references to that symbol, it only seems to find those in bar (and not references coming from the top level project
MyProjectFoo
).My goal is to be able to look at a symbol defined in bar and discover the references in other projects. Is this possible?
Thanks!
The text was updated successfully, but these errors were encountered: