Hi,

I've been using 'find usages' a lot recently, and I was thinking that it
would be great if I could pop up a window that showed me a graphical 'stack
trace' of method usages to a user-selectable depth.

For example, I right-click on 'methodD' and select 'Trace Usages', get
prompted for a 'trace depth' number, and type '3', and got a graphical
display that looked a bit like this:-

methodA --->
            methodC ---> methodD
methodB --->

That would be really useful for heavily nested method calls, where
currently I have to jump into each method and do 'find Usages' individually
to climb up the call stack.

Thanks,

-Darren


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to