Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.81 KB

README.md

File metadata and controls

55 lines (31 loc) · 1.81 KB

Visualize Control Flow

Hackathon project, does not work

Want to visualize the control flow of your code? Using this extension, you can generate a diagram that shows the control flow of your code. This is great particularly for students to see their code's logic in a diagram. We use a UML Activity Diagram format, making these diagrams easy to view. Currently supports visualizing control flow of Python code. Actively developed by @evank28 and @AronZeng as part of #VSCodeHackathon.

Links: GitHub, VS Code Marketplace

In-Progress Disclaimer

Please note that this extension was built and released as part of the Microsoft Visual Studio Hackathon. In it's current state, it is not operational and remains a work in progress.

Features

Adds new commands:

Visualize Control Flow: Visualize Open File

Visualize Open File

Usage

  • With the extension installed, open the Command Pallete in Visual Studio Code (Ctr + Shift + P).
  • Select Visualize Control Flow: Visualize Open File with a Python (.py) file open.

Requirements

  • TypeScript

Known Issues

Where do we start?!

  • Limited Control Flow Logic is Supported
  • Not dynamic yet
  • Play around and see...😎

Release Notes

Published Versions:

1.0.0

Initial release of Visualize Control Flow