
▲ 23 r/coding
VS Code extension that generates UML diagrams in real-time as we type code
marketplace.visualstudio.comu/Unlucky_Hope9204 — 14 days ago

I published VS Code extension that instantly visualizes your code as flowcharts and sequence diagrams (without manual UML drafting, no external services) and everything runs locally on machine. The diagrams generate in real-time as we type code, or we can click any function in IDE to visualize existing code.
Supported languages: C, C++, Java, JavaScript, TypeScript, Python
🔗 For installation: https://marketplace.visualstudio.com/items?itemName=bitlab.live-uml
Would love your feedback, Thanks!