Flow Weaver for Visual Studio Code
Workflow management extension for VS Code. Build workflows using TypeScript with JSDoc annotations.
Features
- Workflow Explorer: Browse and manage workflow files in the workspace
- Node Types Panel: View local node types with port counts, auto-loads on first open
- Cloud Panel: Cloud workflows and deployments (visible in cloud mode only)
Code Intelligence
- Go-to-Definition: Navigate to node types, node IDs, ports, and workflows across the entire workspace
- Hover Information: Rich hover for
@node and @connect lines showing ports, types, and connection details
- Code Completion: IntelliSense for workflow JSDoc syntax with contextual suggestions
- Validation: Real-time workflow validation with inline diagnostics
- Compilation: Compile workflows to production-ready TypeScript
Workflow Management
- Create, rename, and delete workflows
- Context menu actions in both Explorer and Editor
- Open workflow as plain text
Cloud Mode
- Login to Flow Weaver Cloud
- Push and pull workflows
- Deploy and undeploy workflows
- Execute workflows with optional input
- Switch between organizations
Library Management
- Install
@synergenius/flow-weaver (detects npm/yarn/pnpm)
- Update to latest version
Installation
From VS Marketplace
Search for "Flow Weaver" in the Extensions view (Ctrl+Shift+X / Cmd+Shift+X).
From VSIX Package
- Download the latest
.vsix file from releases
- Press
Ctrl+Shift+P (or Cmd+Shift+P on Mac)
- Type "Install from VSIX" and select the downloaded file
Requirements
- Visual Studio Code 1.104.0 or higher
@synergenius/flow-weaver library installed in the workspace
License
This extension is licensed under the same terms as @synergenius/flow-weaver.
| |