"Michael Jouravlev" <[EMAIL PROTECTED]> wrote in message aiv7ic$p22$[EMAIL PROTECTED]">news:aiv7ic$p22$[EMAIL PROTECTED]... > Is it possible to find usage of variable from this point and backward? (Both > textually backward, up in class code, and logically backward, up by call > chain). If it is local variable, I would like a quick and easy way to search > for it up in the method.
This is done with "Find usage in file" (F7), pressing F3/Shift-F3 after the first usage goes to the next/previous occurence. > If it is a parameter, that is passed from one > method to another and to another, I would like to trace it up. Each time you want to go up, you do a "Find usage" (Alt-F7) on the current method and choose one of the callers. Carlos -- Carlos Costa e Silva <[EMAIL PROTECTED]> _______________________________________________ Eap-features mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-features
