JavaScript flow chart code generator?
Hi,
Is it possible from within WebStorm or IntelliJ Ultimate to analyse the JS Code and produce flow diagrams to more easily read how the code is connected.
I guess in a similar way to this Windows-only application is advertising what it can do: http://www.aivosto.com/visustin.html
Thanks,
Nick
请先登录再写评论。
WebStorm/Idea provide no support for generating diagrams from javaScript code. Please vote for
https://youtrack.jetbrains.com/issue/WEB-7341 to be notified on any progress.
BTW, you can get a kind of dependency diagram when using SpyJS - see http://blog.jetbrains.com/webstorm/2015/02/webstorm-10-eap-140-2424/. But note that this feature is only available since WebStorm 10
Elena,
Thanks for your reply... I've got IntelliJ Ultimate v13. Will the suggested SpyJS work with that?
Thanks,
Nick
No, you need version 14 to get it working... :(