Sajidur Rahman
Sajidur Rahman

Reputation: 3060

Is it possible to make UML diagram for Javascript class in PhpStorm or any Jetbrain IDE?

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

Answers (2)

Sajidur Rahman
Sajidur Rahman

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

LazyOne
LazyOne

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

Related Questions