This official extension integrates ZenUML directly into all JetBrains IDEs.
It supports ZenUML diagram files with the extensions .z, .zen and .zenuml.
The editor uses an offline version of ZenUML renderer, therefore it works without an internet connection and content stays local in your IDE.
- Full support of ZenUML DSL
- Sync and Async messages
- Creation, Return/Reply messages
- Alt, Loop, Par, try/catch/finally fragments
- Live preview of your diagrams
- Cloud and other common icons (EC2, Lambda, Database, Boundary, etc.)
Generate ZenUML diagram from Java code only on Intellij IDEA.
To enable DevTools,
- Open menu item Help > Find action... and search for "Registry..."
- Enable "ide.browser.jcef.contextMenu.devTools.enabled"
This plugin is still an early version and experimental. If you like, you can help to evolve it.
Releases are available on the JetBrains Marketplace. Use Install plugin from repository to install them.
For pre-releases, either
- download them from the GitHub releases and use Install plugin from disk or
- add the URL
https://plugins.jetbrains.com/plugins/eap/list?pluginId=15635as a custom plugin repository to your IDE.
- https://desk.draw.io/support/solutions/articles/16000042544-embed-mode
- https://github.com/jgraph/drawio-integration
- https://github.com/hediet/vscode-drawio
An architecture overview can be found at https://drawio-intellij-plugin.netlify.app/ .
For development purpose, clone the project locally and start it with the command
./gradlew runIde
This will build the plugin and start an Instance of IntelliJ with the plugin already installed. You can even start this in debug mode.
This project requires the MIXPANEL_PROJECT_TOKEN to be set as a system environment variable for analytics to work.
- On macOS/Linux (zsh/bash):
export MIXPANEL_PROJECT_TOKEN=your_token_here - On Windows (cmd):
set MIXPANEL_PROJECT_TOKEN=your_token_here
- In IntelliJ IDEA, you can set environment variables in your Run/Debug Configuration under the "Environment variables" field.
- Do not commit secrets to version control.
- For production or CI/CD, ensure the environment variable is set in your deployment environment.
