GoTo Definition by cmd+r on Mac shows all function calling in Javascript (Typescript in my case). The tool is useless now, if there are multiple calling of one method in current file.

GoTo Definition by cmd+r on Mac shows all function calling in Javascript (Typescript in my case). The tool is useless now, if there are multiple calling of one method in current file.

I suspect that the TypeScript package has changed the scopes used in it’s syntax definition or what scopes it shows in the symbol list.
you could log an issue at that repo and hope somebody will fix it, and/or download a previous release of TypeScript and use that instead of the latest version