umakantv / call-graph

call graph for vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

call-graph

call-graph vscode extension for generate call graph in graphviz dot language, based on vscode call hierarchy language feature.

Features

  • generate call graph in dot language and preview.
  • save graph as dot or svg file

Quick start

  1. Open your folder and select a entry function
  2. Run CallGraph.showOutgoingCallGraph command using Ctrl+Shift+P or context menu to show outgoing calls
  3. Or Run CallGraph.showIncomingCallGraph command using Ctrl+Shift+P or context menu to show incoming calls

How it works

It depends vscode.provideOutgoingCalls and vscode.provideIncomingCalls built-in commands.

For more information

Enjoy!

About

call graph for vscode

License:Apache License 2.0


Languages

Language:TypeScript 100.0%