Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
P

plantuml4idea

> 编程语言
Open source

Intellij IDEA plugin for PlantUML

674 stars0 likes0 views
WebsiteGitHub

About

Intellij IDEA plugin for PlantUML

PlantUML plugin for IntelliJ platform

This plugin provides integration with popular PlantUML diagramming tool


Author: Eugene Steinberg

Contributors:

  • Ivan Mamontov
  • Henady Zakalusky
  • Max Gorbunov
  • Vojtěch Krása
  • Andrew Korolev

Features

  • 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

Tips

  • 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).

AsciiMath installation

  1. Download PlantUML jar - https://plantuml.com/download
  2. Download JLatexMath libs - https://jar-download.com/artifacts/org.scilab.forge/jlatexmath - use Download jlatexmath.jar (xxx) button, unzip jar_files.zip
  3. Go to setting in IntelliJ for PlantUML
  4. Set PlantUML JAR to the folder containing jars you downloaded

Developer notes

  • 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

There are following branches:

master

  • Current production branch

grammar

  • 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.

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

Java

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category编程语言
PricingOpen source

> Related tools

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言