How to find a call path from current function to another in VS Code (similar to Alleycat plugin for IDA Pro)?

22 Views Asked by At

In VS Code, there are classic commands like 'Show Call Hierarchy', 'Find All References', but there is no command to find a call path from Function A to Function B. In IDA Pro, there is a plugin called Alleycat who can do this.

How can I find a call path from Function A to Function B? Is there any extension to do so?

0

There are 0 best solutions below