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
Do Call Hierarchy Callers Of on something that gives results for multiple files.
Bug: Clicking on a node the 1st time goes to the definition if the target file is not active, but clicking on it a 2nd time (with the file active) goes to the call site. It should go to the call site on the 1st try regardless of whether the file is active or not. TypeScript doesn't have this bug.