Search code examples
javascriptnode.jstypescriptvisual-studio-codetypedoc

Where is a class method being called?


I'm in the process of refactoring a project and have a method that I'm not sure I need.

Is there a way via Typescript | VSCode | Typedoc to see whether the method is being called by any other code in the project?


Solution

  • shift + f12 shows where the function is used in vscode.