vscode-sequence-diagrams
When you open .seqdiag
file in Visual Studio Code, preview tab will open automatically.
If you wish to reopen the preview tab, press CTRL+SHIFT+P
or F1
to open Command Palette and execute Show Sequence Diagram Preview
command.
See js-sequence-diagrams for syntax details.
property | description |
---|---|
sequencediagrams.diagram.style |
The diagram style. Select between hand for hand drawn diagram or simple for diagram with simple straight lines. |
Enjoy!