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. Dark ModeBoth dark, light, and custom color schemes are supported.
By default, the color scheme will match the VSCode theme (light or dark). You can change to a different preset via the settings: Custom Color SchemesCustom color schems are created via the interactive demo.
Supported LanguagesDevelopmentRequirements
Getting StartedClone the project and install dependencies.
You can debug the extension via VS Code by pressing F5. To run the demo, run |