Copilot analyzes selected code to generate PlantUML syntax, which is pasted into a PlantUML editor or VS Code extension for real-time diagram rendering. Users then review the interactive class or dependency diagrams to quickly understand codebase structure without manual diagramming.
How It Works
{ "headers": [ "Step", "Action", "Output" ], "rows": [ [ "1. Copilot Suggests", "Analyzes selected code and generates PlantUML syntax via prompt like 'Generate PlantUML class diagram for this code'", "PlantUML code snippet ready to render" ], [ "2. PlantUML Renders", "Paste syntax into PlantUML editor or VS Code extension", "Real-time interactive diagram visualization" ], [ "3. Gain Insights", "Review generated class or dependency diagrams", "Quick understanding of codebase structure without manual diagramming" ] ] }
Source: PlantUML + GitHub Copilot
Speaker Notes
This slide illustrates the simple 3-step workflow: Copilot generates PlantUML syntax from your code, PlantUML renders it instantly, providing quick visualizations like class and dependency diagrams to reduce context switching.