Hi there,
I'd like to have a tool / feature that'll re-format the PlantUML code in a consistent manner to make it more readable.
Adding indents, for instance...
The only tool I've found that supports re-format the PlantUML code so far is the Visual Studio Code Plugin...and that botches in sequence diagrams things like:
- Secondary group labels (moves them to the next line of code...which is syntactically incorrect)
- `note right` within a group ends up an indent to the right of the `end note`
- etc.
Help?