Arazzo Visualizer for VS CodeThe Arazzo Visualizer VS Code extension offers the ability to visualize and navigate Arazzo Specification workflows through an interactive graphical visualizer with live updates powered by GitHub Copilot. Beyond the visual features, the extension enhances the Arazzo authoring experience with syntax highlighting, intelligent code completions, and real-time validation provided by a built-in language server. Quick Start
The visualizer opens beside your code and stays in sync as you edit. FeaturesWorkflow VisualizerOpen an Arazzo file and click the Arazzo Visualizer toolbar icon (or use Code Lens — Jump Straight to a WorkflowYou don't always need to go through the Overview. When you open an Arazzo file, the extension adds clickable Code Lens action buttons directly above each workflow definition in the editor. Click "Visualize" on any workflow to jump straight into its Workflow View in one click, great when you know exactly which workflow you want to inspect. Getting Started with GitHub CopilotThe Arazzo Visualizer works hand-in-hand with GitHub Copilot, making it easy to create and evolve Arazzo workflows using plain English — no need to memorise the spec syntax. Starting from scratch? Open GitHub Copilot Chat and describe the workflow you want. For example:
Copilot will generate the Arazzo file for you. Open it and the extension will visualize it instantly. Editing an existing file? Ask Copilot to change it in plain language:
Every time you save, the diagram automatically re-renders to reflect the latest state of your file — no manual refresh, no switching context. Smart Editor SupportThe extension includes a built-in language server that quietly improves the editing experience in the background:
About ArazzoThe Arazzo Specification is an OpenAPI Initiative standard for describing sequences of API calls and the dependencies between them. It is designed for:
Resources |
