This plugin provides integration with popular PlantUML diagramming tool
Author: Eugene Steinberg
Contributors:
- PlantUML tool window renders PlantUML source code under caret in currently selected editor
- Structure view, code navigation between declaration and usages, renaming
- Supports multiple sources per file
- Supports pagination and zoom
- Can copy diagram to clipboard or export as PNG, EPS or SVG, ASCII Art
- Caching and incremental rendering
- PlantUML code must be inside
@startuml
and@enduml
tags to be rendered. - To be able to generate many diagram types, you must have Graphviz installed on your machine (not needed for Windows, it is bundled in the PlantUML jar).
- Download PlantUML jar - https://plantuml.com/download
- Download JLatexMath libs - https://jar-download.com/artifacts/org.scilab.forge/jlatexmath -
use
Download jlatexmath.jar (xxx)
button, unzipjar_files.zip
- Go to setting in IntelliJ for PlantUML
- Set PlantUML JAR to the folder containing jars you downloaded
- debug logs can be enabled by adding '#org.plantuml' and 'org.plantuml' to [Help | Debug Log Settings]
- use Jetbrains JDK if normal JDK produces UI bugs
- Current production branch
- old experimental syntax support - never finished
- Grammar classes can be generated using tools/grammar-gen.sh
- This script can run automatically when you run the plugin using "Plugin" Run/Debug configuration. Just add the script above as an external tool and make it run before the "Make" step.