Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Next AI Draw.ioNew to Visual Studio Code? Get it now.
Next AI Draw.io

Next AI Draw.io

warm3snow

|
8 installs
| (1) | Free
Seamlessly use Next AI Draw.io diagrams in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Next AI Draw.io (VS Code Extension)

Next AI Draw.io Logo

Downloads Rating GitHub stars License: Apache-2.0

English | 中文


Introduction

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.
  • Secure: Strict Content Security Policy (CSP) limits loaded resources.

Quick Start

  1. Open the Command Palette and run: Next AI Draw.io: Open.
  2. Run Next AI Draw.io: Set Base URL and enter http://localhost:3000/ for local development. Leave empty to reset to default.
  3. Use “Open in browser” in the panel to launch the same URL externally.

Configuration

  • Base URL: Use the command Next AI Draw.io: Set Base URL.
    • Default: https://next-ai-drawio.jiang.jp/
    • The extension ensures protocol and trailing slash; invalid values fall back to default.

Compatibility

  • VS Code ^1.84.0
  • macOS, Windows, Linux

Installation

  • Marketplace: Search for “Next AI Draw.io” and install, or visit Visual Studio Marketplace.
  • 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!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft