Skip to content

tmr232/function-graph-overview

Repository files navigation

Function Graph Overview

Control-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.

Screenshot of the extension

Installation

Install via the extension page at the VSCode Marketplace.

Demo

You 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

Development

Requirements

Getting Started

Clone the project and install dependencies.

git clone https://github.com/tmr232/function-graph-overview/
cd function-graph-overview
bun install

You can debug the extension via VS Code by pressing F5.

To run the demo, run bun demo.