Allows the creation of offline UML diagrams based on the yUML Syntax.
- Currently, the following diagram types are supported:
- Class
- Activity
- Use-case
- State
- Deployment
- Package
- Sequence
- Additional directives for altering diagram type and orientation
- Embedded rendering engine: No need to call an external web service
Please refer to the wiki page
Code sample here
If you have experience developing Visual Studio Code extensions, please propose a detailed solution for any reported issue or feature request.
For pull requests, please read CONTRIBUTING.md
- Syntax and some examples taken from yuml.me
- This package uses a Javascript port of Dot/Graphviz called viz.js
- The yuml-to-dot translator is loosely based on a Python project called scruffy
- The new sequence diagram is based on this github fork