Sublime Forum

GoTo Definition shows all function calling in file since 3126

#1

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.

0 Likes

#2

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.

0 Likes

#3

Interesting, is there anything what can I do with it?

0 Likes

#4

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

2 Likes