Reputation: 3060
Recently I was working with Object oriented JavaScript. So I wanted to generate UML diagram of my JavaScript program/classes. But found no option for doing that.
Is it possible with PhpStorm or any of JetBrains' IDE?
Upvotes: 4
Views: 2376
Reputation: 3060
As of 2022, JavaScript and TypeScript UML diagram generation is available though plugin for JetBrains.
https://plugins.jetbrains.com/plugin/17380-uml-javascript-and-typescript
Upvotes: 1
Reputation: 165268
Unfortunately not in PhpStorm/WebStorm.
Watch these tickets (star/vote/comment) to get notified on any progress.
Try IntelliJ IDEA Ultimate -- it may support it (based on comments in first ticket) but I'm not sure on this at all.
Upvotes: 4