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

Viewed 2071

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?

2 Answers
Related