Next AI Draw.io is a powerful VS Code extension that brings the full Draw.io diagramming experience directly into your development workflow. With seamless integration in a secure Webview panel, this extension enables you to create, edit, and manage diagrams without ever leaving VS Code. It is purpose-built for developers who want to visualize ideas, architectures, and workflows efficiently, and supports both public and private (self-hosted) deployments. Next AI Draw.io is based on and fully compatible with the upstream project Next AI Draw.io, offering a familiar yet enhanced experience tailored for VS Code users.
Features
Lightweight: Edit diagrams without leaving VS Code.
Configurable: Set nextAiDrawio.baseUrl for local development or private deployments.
From source: Build and install the generated .vsix package.
# Install dependencies
npm install
# Build and package
npm run compile
npm run package
# Install the VSIX (via CLI)
code --install-extension next-ai-drawio-vscode-0.1.0.vsix
Development
# Install dependencies
npm install
# Compile TypeScript
npm run compile
# Watch mode
npm run watch
# Package the extension (.vsix)
npm run package
License
Licensed under the Apache License 2.0. See LICENSE.
Show Support
If you find this extension useful, please consider leaving a star. Every star motivates continued improvements — thank you to everyone who has starred the project!