vstirbu / fsm-viewer

View finite state machines using fsm-as-promised library as UML diagrams in VSCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fsm-viewer

View finite state machines using fsm-as-promised library as UML diagrams in VSCode

Features

Language support

The extension is able to process JavaScript files that contain the following proposed features:

  • class properties
  • object rest spread

and extensions:

  • jsx

View

Edit the file containing finite state machine implemented using the fsm-as-promised library in the editor. Open the Command Palette and type View FSM as UML diagram. The extension will render the corresponding UML diagram in a new panel.

feature X

Export SVG

The command is available while the FSM Preview editor is active.

export svg

About

View finite state machines using fsm-as-promised library as UML diagrams in VSCode

License:MIT License


Languages

Language:JavaScript 91.8%Language:CSS 5.7%Language:HCL 2.3%Language:Makefile 0.2%