Search code examples
javascriptinheritancepluginsvisualizationhierarchy

Is there a tool that can create a visual representation of my javascript code hierarchy


I am looking for a tool that can create a visual representation of my JavaScript code-base. In particular I'd like to see:

  • A extends B extends C
  • A has member of type D
  • A is used in XML file X
  • Ideally this tool would be a plugin for Aptana or Eclipse.

As a side note: Any plugins you can suggest that will make tracing dependencies easier is much appreciated: I'm familiar to Visual Studio's "Go to Definition" tool, and really want it for my JavaScript.

Thanks in advance.


Solution

  • This is the best one so far and is some what recent: http://www.objectplayground.com/