Visualize Control Flow

Understanding code is tough. Nested conditionals, loops, recursion -- the abstraction can be hard to visualize. This extension generates a control flow diagram to help students visualize their 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 the UML Activity Diagram format, making these diagrams easy to view and understand. Currently supports visualizing control flow of Python code. Actively developed by @evank28 and @AronZeng as part of #VSCodeHackathon.

Built With

Share this project:

Updates