Tool or IDEs that can generate dependency trees?
Does anyone know of free tools, IDEs or plugins (preferably for Netbeans or Eclipse) that can generate dependency trees like NDepend for Visual Studio? I am looking for one that does it for PHP, but ideally it would suppor开发者_Go百科t multiple languages.
I believe that doxygen can be coaxed into doing something similar.
Here is is: GENERATE_TREEVIEW.
精彩评论