AleksandarDev / vscode-sequence-diagrams

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

Project level diagrams #28

Closed weedkiller closed 3 years ago

weedkiller commented 3 years ago

Hello, this is very nice, if you included a screen shot or image on the main page, many people will download it.

No longer maintained sadly https://github.com/lucalanca/grunt-angular-architecture-graph, but some help

AleksandarDev commented 3 years ago

@weedkiller Extension already supports saving PNG and SVG to disk. As for project level diagram, I'm not sure I understand what that diagram is showing? If you have .seqdiag file in your project files, diagram will show if you just open that file.

weedkiller commented 3 years ago

Hi Alek, if you see the picture or the link above you will see, we can create the boxed, component level diagrams, hope that helps. It would awesome to have that in your plugin 👍

AleksandarDev commented 3 years ago

Hi Alek, if you see the picture or the link above you will see, we can create the boxed, component level diagrams, hope that helps. It would awesome to have that in your plugin 👍

I understand you would like to create class diagrams? That is kinda out-of-scope for this extension since this is focused on sequence diagrams.