Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate TypeScript UML class diagrams?

Tags:

I'm using Visual Studio 2015 to create Web Apps and I just start using TypeScript.

As my project gets bigger, I'm wondering if there's a way to get UML diagram of TypeScript code using Visual Studio, extensions or any other free tool.

like image 604
Mhd Avatar asked Sep 15 '17 14:09

Mhd


1 Answers

I am using a VSC extension named classdiagram-ts from AlexShen that does a very nice job, it can be used for creating a diagram for a file or a folder and also lets you reposition and navigate to fields, hide members and other cool options.

https://marketplace.visualstudio.com/items?itemName=AlexShen.classdiagram-ts&ssr=false#overview

like image 162
Ravid Goldenberg Avatar answered Sep 20 '22 13:09

Ravid Goldenberg