Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>CodeFlow ProNew to Visual Studio Code? Get it now.
CodeFlow Pro

CodeFlow Pro

Cursed-Dev

|
4 installs
| (0) | Free
Visualize the call chain for any backend route — Route → Controller → Service → Model → Helper — all frameworks.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeFlow Pro — Backend Call Graph

Features

  • Auto-Detect Frameworks: Zero configuration required. CodeFlow Pro automatically detects your project language and framework.
  • Interactive Call Graph: Beautiful dark-themed SVG visualization of your backend's entire call chain, from the initial API route down to database operations.
  • Deep Tracing: Accurately traces method calls on injected services, repositories, and helper utilities.
  • Click-to-Navigate: Click on any node in the generated graph to instantly jump straight to that method in your source code.

FastAPI

FastAPI Demo

PHP

PHP Demo


Supported Languages & Frameworks

Language Frameworks
🐘 PHP Laravel, Symfony, CodeIgniter
🐍 Python Django, Flask, FastAPI
⚡ JavaScript Express, Node.js
🐱 TypeScript NestJS

Coming in Next Version 🚧

Language Frameworks
☕ Java Spring Boot
🔷 C# ASP.NET Core (Minimal API + Controllers)
🐹 Go Gin, Fiber
💎 Ruby Ruby on Rails

No configuration needed — CodeFlow Pro auto-detects your project's language and framework by scanning.


How It Works

  1. Auto-detects your project — scans the workspace root for framework sentinel files to determine language and framework automatically. Falls back to scanning all source files if needed.
  2. Shows CodeLens above every route — a ▶ CodeFlow Pro: GET /path lens appears inline above each route definition in supported files.
  3. Builds the call graph — starting from your route's controller method, it recursively follows:
    • Method calls on injected services/repositories
    • Static/class method calls (models, helpers)
    • Bare function calls (utilities, helpers)
    • Up to a configurable depth
  4. Renders an interactive SVG graph — colour-coded by role, with zoom/pan controls. Click any node to navigate directly to that method in your code.

Node Colors (Legend)

Color Role
🔴 Red API endpoint (root)
🟣 Purple Route definition
🔵 Blue Controller method
🟢 Green Service / Repository
🟠 Orange Model / Entity
⚫ Grey Helper / Utility

License

This project is licensed under the MIT License. See the LICENSE file for details.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft