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
When invoking "goto-definition" on a definition node itself, we now return all
overriding or overridden definitions, in all sources. Previously, we returned
only overriding definitions in the same source. But it's arguably more useful
to know about overriding definitions in other sources because these are harder
to find manually. Performance, is not an issue because it's only invoked if one
is already on a definition, which should be relatively rare.
0 commit comments