Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Graph VisualizerNew to Visual Studio Code? Get it now.
Graph Visualizer

Graph Visualizer

bin.xue

|
20 installs
| (0) | Free
A VSCode extension to visualize and generate YAML-based computation graphs.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Graph Visualizer

This Visual Studio Code extension allows users to visualize YAML-based computational graphs. It parses YAML files and generates an interactive graph representation, making it easier to understand complex data flows.

Features

  • Parses YAML files containing graph configurations.
  • Automatically generates a visual representation of nodes and edges.
  • Supports dynamic layout adjustments for optimal spacing.
  • Highlights nodes and edges for better interactivity.

Installation

  1. Install the extension from the Visual Studio Code Marketplace.
  2. Open a YAML file containing graph definitions.
  3. Use the command palette (Ctrl+Shift+P) to invoke the graph visualization feature.

Usage

Example YAML structure:

graph:
  input-stream:
    - Stream1

  node:
    - calculator: Calculator1
      input-stream:
        - Stream1
    - calculator: Calculator2
      input-stream:
        - Output1
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft