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?
shift + f12 shows where the function is used in vscode.