Is there code visualizer available (preferred as eclipse plugin)?
Asked
Active
Viewed 1,891 times
1
-
You should specify what programming languages you use. – zvikico Sep 03 '10 at 04:31
1 Answers
2
Check out nWire, the code exploration and visualization plugin for Eclipse. It is available for Java and PHP. nWire analyzes your code in real-time and presents all the components and associations of your code.

zvikico
- 9,765
- 4
- 38
- 49
-
This is a good tool, but is a paid version. you can get a free trial – Nagarajan S R Jan 29 '16 at 07:22