Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FlowVizNew to Visual Studio Code? Get it now.
FlowViz

FlowViz

Maheshh

|
3 installs
| (0) | Free
Visualize your project and file dependencies in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FlowViz

Visual Studio Marketplace Version Installs

FlowViz helps you visualize your project and file dependencies in VS Code using interactive graphs. Explore modules, services, components, dialogs, and routing in your TypeScript project visually!


Features

  • 🔹 Project Dependency Graph – Visualize the full project structure.
  • 🔹 File Dependency Graph – Inspect imports, services, and template components of a single file.
  • 🔹 Interactive Webview Graphs – Click nodes to open files, highlight relationships, search nodes.
  • 🔹 Right-click Explorer Integration – Open a file graph directly from the VS Code Explorer.
  • 🔹 Customizable Layouts – Switch between Dagre and Cose layouts, zoom to fit.

Commands

Command Description
FlowViz: Show Project Dependency Graph Shows a graph of all modules, services, and components in your project.
FlowViz: Show File Dependency Graph Shows a graph of a single file’s dependencies. Works via editor or right-click menu.

Usage

Project Graph

  1. Press Ctrl+Shift+P and search for FlowViz: Show Project Dependency Graph.
  2. Explore the interactive graph of your project modules.

File Graph

  1. Open a .ts file or right-click a .ts file in the Explorer.
  2. Choose FlowViz: Show File Dependency Graph.
  3. Click on nodes to open files, or double-click to navigate directly.

Graph Features

  • Hover nodes to see file paths.
  • Click nodes to highlight dependencies.
  • Double-click nodes to open files in the editor.
  • Search nodes using the search box.
  • Toggle layouts between Dagre and Cose.
  • Zoom to fit the graph.

Requirements

  • Works best with TypeScript projects.
  • Requires VS Code version >= 1.109.0.

Contributing

Pull requests and suggestions are welcome!


License

MIT License

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