Hacker News new | ask | show | jobs
by ddlatham 3755 days ago
Does IntelliJ IDEA have an equivalent to Eclipse's Call Hierarchy view? It allows me to select a method, and get a tree view of code paths that call into it (recursively). I use it all the time and couldn't find it when trying to help a co-worker who was using IDEA.
1 comments

I hate to say this but it takes 3 seconds to google this and find it on Stackoverflow.

If your on Mac its Ctrl-Alt-H and if your looking for Eclipse find references for intellij its Alt-F7. If your looking for mini outline mode (aka command-o in Eclipse) its command-F12.

https://www.jetbrains.com/idea/help/navigation-in-source-cod...