Description
Visual workflow editor for GitHub Actions — the first of its kind for JetBrains IDEs.
Stop reading walls of YAML. See your CI/CD pipelines as interactive visual graphs — jobs as cards, dependencies as edges, triggers as connected nodes — all inside your IDE.
Features
- Visual Workflow Graph — jobs rendered as draggable cards with dependency edges, right next to your YAML
- Split View — visual editor and YAML side-by-side with real-time bidirectional sync
- Trigger Cards — workflow triggers displayed as visual nodes with configuration details (branches, paths, inputs, cron)
- Dependency Editing — add or remove job dependencies (needs) visually: press E, click source, click target
- Reusable Workflow Navigation — click on
usesreferences to jump to the referenced workflow file - Used-By Discovery — see which workflows call the current reusable workflow with clickable links
- Interactive Canvas — pan, scroll, drag nodes to organize your workflow layout
- GitHub Accounts — OAuth Device Flow sign-in for GitHub.com and GitHub Enterprise directly in plugin settings
- Runs Tool Window — browse workflows and recent runs, filter by workflow/branch, refresh automatically, rerun/cancel runs, and open local workflow files
- Theme Support — looks great in both light and dark IDE themes
How It Works
Open any .github/workflows/*.yml file — the visual editor appears automatically alongside the YAML editor. Edit in either view; changes sync instantly.
Coming Soon
- Drag-and-drop to add, remove, and reorder jobs
- Visual step editor with action search
- Matrix strategy visualizer with combination preview
- Visual cron schedule builder