0

Is there a way to get Eclipse to do something like this:

alt text

It would be SOOOO helpful.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
NullVoxPopuli
  • 61,906
  • 73
  • 206
  • 352
  • Consider how difficult that is for a person. NOW imagine how hard that is to program! I seriously doubt ANY compiler or interpreter can do that. – TaslemGuy Oct 03 '10 at 00:01

1 Answers1

3

nWire provides a visual representation of the components and associations in your code. It's not exactly what you are looking for, but could it will get you a bit closer. It works for Java and PHP.

There is also Project Code Bubbles, which is not the same, but it seems a bit close to what you are looking for.

zvikico
  • 9,765
  • 4
  • 38
  • 49