AleksandarDev / vscode-sequence-diagrams

Generates UML sequence diagrams from simple text
https://marketplace.visualstudio.com/items?itemName=AleksandarDev.vscode-sequence-diagrams
47 stars 17 forks source link

Add support for grouping #22

Open alvarocavalcanti opened 4 years ago

alvarocavalcanti commented 4 years ago

We use Lucidchart at work and it supports a couple more tags than this plugins. One that we use a lot is the grouping ones, namely alt and opt. You can see their documentation here: https://lucidchart.zendesk.com/hc/en-us/articles/208029986-UML-Sequence-Markup

If the plugin had this support we could store our sequence diagrams on the repos themselves, and not rely on an external tool.

To be honest, I might take a stab at this later, adding the support, just have do download and have a look at the code. But I'm creating this ticket so others might jump to it if available.