Re: easy way to find declaration and implementation of a function/method?
Re: easy way to find declaration and implementation of a function/method?
- Subject: Re: easy way to find declaration and implementation of a function/method?
- From: Scott Tooker <email@hidden>
- Date: Tue, 23 Dec 2003 15:23:02 -0800
In Xcode 1.1
cmd-double-click on a symbol to go to the definition
opt-double-click on a symbol to go to the documentation
Scott
On Dec 23, 2003, at 1:28 PM, email@hidden wrote:
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.
_______________________________________________
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.