0

So I have lots of code and It is hard to catch up the flow of it.

I would like to know how I can have a diagram where I can see one class and all the methods it is using from other classes.

I checked code iris and sequence diagram. I see sequence diagram can be useful but it is not user friendly.

Do you know any plugin in Intellij or software which can draw me a graph so I can see which methods are used and I can see the full overview from starting from one class to all other classes methods which are used in that selected class.

It can be like a tree if it is even possible.

legend12345
  • 162
  • 2
  • 14

1 Answers1

0

Just point curson on the function and press Ctrl+Alt+H. From here

mx0
  • 6,445
  • 12
  • 49
  • 54
Sam
  • 1,832
  • 19
  • 35