Reported in Slack: https://sourcegraph.slack.com/archives/CHXHX7XAS/p1703179808338909 > I noticed we miss a reference in this file (compare Sourcegraph vs. VS Code), in this case it was the ref I was looking for:   Here is a link to the ref panel, started at a slightly different point. https://sourcegraph.com/github.com/sourcegraph/cody@807ea71d868fb7a1e74471bb67396b52acb704d8/-/blob/lib/ui/src/Chat.tsx?L202:5-202:28#tab=references Explanation for the current behavior  To match the desired behavior more closely, we could potentially use the `is_reference` relationship in SCIP to match the local symbol with the global symbol. https://github.com/sourcegraph/scip/blob/1d0b24e10fa549e80d7c3f9f86df1238a0f5ae62/scip.proto#L439-L463