Re: How do I find a method definition?
Re: How do I find a method definition?
- Subject: Re: How do I find a method definition?
- From: Steven W Riggins <email@hidden>
- Date: Fri, 31 Aug 2007 11:04:23 -0700
On Aug 31, 2007, at 10:10 AM, Shawn Erickson wrote:
[myObject foo: x bar: y]
and find the definitions of method foo:bar:
Just command double click on "foo" and you should see foo:bar: as option assuming you have multiple messages that start with "foo" (you even could command double click on "bar").
Well close, but all I see is the various foos:
command-double clicking on the LAST selector (bar:) brings up every method that ends in bar:
Is there any way to do this is xcode? I sure can't seem to figure it out. Jump to Definition seems to work when there is only one selector, such as:
It should work. Also note for the menu option "Jump to Definition" to work you need to select the text "foo" (double-click on it) and then select the menu option.
-Shawn
Hmm, this is working now, but wasn't earlier. Oh silly me, I was selecting too much.
Thanks! |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden