3

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?

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Sajidur Rahman
  • 2,764
  • 1
  • 27
  • 26

2 Answers2

4

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.

LazyOne
  • 158,824
  • 45
  • 388
  • 391
  • I tried in IntelliJ IDEA Ultimate - did not work. Guys, please don't forget to vote for the above mentioned issues. Thanks! – Alex Barkun Aug 29 '16 at 13:19
0

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

Sajidur Rahman
  • 2,764
  • 1
  • 27
  • 26