easy way to find declaration and implementation of a function/method?
easy way to find declaration and implementation of a function/method?
- Subject: easy way to find declaration and implementation of a function/method?
- From: <email@hidden>
- Date: Tue, 23 Dec 2003 16:28:27 -0500
I'm trying to find the equivalents of some very convenient features of
source navigator.
With source navigator, when I want to look up some function or
constants like foo( AA, x, y);
if I high light foo and command-click it, a menu will show up and I can
do one of the followings:
1. get to the line of the header file where foo is declared, or
2. get to the C code where foo() is implemented
if I highlight AA, which is a constant defined in a header file,
I can get to the declaration of AA in the same editor window or a new
window, depending on whether I configure to resue the same window.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.