Community
Participate
Working Groups
Create a project A, which has a function in it called foo(). Then, create a project B, which in one of its source files, calls foo(). Then highlight the call to foo() in B and try to use either F3 or the Open Declaration menu item. You cannot get to the declaration of foo() in A as expected.
Created attachment 115046 [details] proposed patch The problem was that the index used only consisted of one index fragment for the current project scope. I have made a simple change to use the workspace scope.
Applied to HEAD. Thanks Mike.