Code to Sketch Converter
A VS Code extension that converts selected code into interactive flowcharts.
Features
- Generate flowcharts from selected code (e.g., loops, conditionals).
- Interactive webview with zoom and node highlighting.
- Supports JavaScript and TypeScript (extensible to other languages).
Installation
- Install from the VS Code Marketplace.
- Search for "Code to Sketch Converter" in the Extensions view.
Usage
- Select a code block in the editor.
- Open the Command Palette (
Ctrl+Shift+P or Cmd+Shift+P ).
- Run
Code to Sketch: Generate Flowchart .
- View the flowchart in a webview panel.
Development
- Clone the repository:
git clone https://github.com/your-username/code-to-sketch.git
| |