Intelllij Call Tree

I want to see a tree of method calls in Intellij. I know that we can do this using Ctrl + Alt + H, but I'm looking for graphical output similar to a UML diagram. How can we do this?

+4
source share
1 answer

You can try the Code Explorer plugin , but keep in mind that it is quite old. But I tried this and it seems to work fine with IntelliJ 12 (some errors are there).

enter image description here

+5
source

Source: https://habr.com/ru/post/1483751/


All Articles