DEV Community

Cover image for  Introduce the new PlantUML IntelliJ Plugin, which has high functionality editor!
kitabatake
kitabatake

Posted on

Introduce the new PlantUML IntelliJ Plugin, which has high functionality editor!

I develop new PlantUML IntelliJ Plugin with an editor function that also supports PlantUML syntax,so I introduced it features!

https://plugins.jetbrains.com/plugin/14821-plantuml-studio

It has been released as a paid plug-in, and I plan to continue active development in the future,
so I would be very grateful if you could give us feedback.

Features

Editor

Syntax Highlighting

Alt Text

All major UML diagram's syntax are supported, including class diagrams.
Other diagrams that cannot be supported will be supported in the future.

Auto Completion

It provides the completion of keywords optimized for each notation of each diagram and the completion of simple Identifiers.
Like the below image, It focuses reducing the things to remember and improving visibility, I think which lead to more comfortable writing.

Auto completion sample on the sequence diagram
Alt Text

Refactoring

It provides the rename feature of identifiers.
Alt Text

Code formatting

It provides the auto indenting when entering block token(ex: {})

Alt Text

It also supports batch conversion using "Code" > "Reformat Code" in the menu.

Alt Text

Auto inserting a closing tag

For smooth writing the block syntax, It provides automatic input a closing tag.

Alt Text

File Viewer

I put PlantUML codes in a project, and I wanted a feature to view a list of PlantUML files, so I made a simple one.

Alt Text


I think PlantUML is a powerful tool for drawing nice diagrams with simple code,
I also think that it can be a more powerful tool when combined with a good editor.

Once again, I'm waiting for your feedback!

Latest comments (0)