bramp / js-sequence-diagrams

Draws simple SVG sequence diagrams from textual representation of the diagram
https://bramp.github.io/js-sequence-diagrams/
BSD 2-Clause "Simplified" License
7.81k stars 1.08k forks source link

Feature Request: Support for Visual Studio Code Extension #179

Open yagupta opened 7 years ago

yagupta commented 7 years ago

Any thoughts on building a VSCODE extension using this, it would help create sequence diagrams in VSCODE.

Compare to: https://marketplace.visualstudio.com/items?itemName=JaimeOlivares.yuml

bramp commented 7 years ago

I have not considered making a VSCODE extension, mainly because I don't use visual studio. However I welcome others contributing one. There have been plugins writing for other tools, such as JIRA and Confluence.

AleksandarDev commented 7 years ago

@yagupta https://marketplace.visualstudio.com/items?itemName=AleksandarDev.vscode-sequence-diagrams

Disclaimer - I'm the extension author

jaime-olivares commented 6 years ago

The yUML extension for VS Code now supports sequence diagrams

derba commented 5 years ago

@AleksandarDev thank you for your extension. BTW, PNG export does not work for me.

@bramp I wonder if you could mention such extensions in README. I think there are numerous potential desktop users for your great project.