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
Call Hierarchy (Ctrl+Alt+H) or Find References (Ctrl+Shift+G) on "Foo.Foo()" should include the "Foo()" reference in Bar. Similarly, "Foo.Foo(one, two...)" should include the 2 references "Foo(1)" and "Foo(1,2)" in Bar.
Also, Find Declarations (Ctrl+G) should work from "Foo()" back to "Foo.Foo()".
The text was updated successfully, but these errors were encountered:
Follow up from #796. Consider the following:
Call Hierarchy (Ctrl+Alt+H) or Find References (Ctrl+Shift+G) on "Foo.Foo()" should include the "Foo()" reference in Bar. Similarly, "Foo.Foo(one, two...)" should include the 2 references "Foo(1)" and "Foo(1,2)" in Bar.
Also, Find Declarations (Ctrl+G) should work from "Foo()" back to "Foo.Foo()".
The text was updated successfully, but these errors were encountered: