1

Is there code visualizer available (preferred as eclipse plugin)?

zvikico
  • 9,765
  • 4
  • 38
  • 49
John Doe
  • 11
  • 2

1 Answers1

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