bigflyelephant / jsflowchart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo

Features

Show flowchart of selected Javascript code.

Flowchart is synchronized with the selected code in real-time.

Quick start

After install jsflowchart extension from Marketplace,

-Right click the selected js code, then click "Show Flowchart".

Installation in development mode

Clone the source locally:

$ git clone https://github.com/MULU-github/jsflowchart

$ cd jsflowchart

$ npm install

$ npm run watch

-Hit F5.

-Open js file.

-Right click the selected js code in debug window, then click "Show Flowchart".

About

License:MIT License


Languages

Language:TypeScript 100.0%