Function Graph OverviewControl-flow graph visualization for VS Code. This extension adds a Graph Overview to VS Code, showing the CFG (control-flow graph) for the current function. InstallationInstall via the extension page at the VSCode Marketplace. DemoYou can try it out via an interactive demo if you don't want to install it. Note that the demo only supports a single function and ignores the cursor location. Supported Languages
DevelopmentRequirements
Getting StartedClone the project and install dependencies.
You can debug the extension via VS Code by pressing F5. To run the demo, run |