Tabbing to Placeholders
Tabbing to Placeholders
- Subject: Tabbing to Placeholders
- From: Greg Deward <email@hidden>
- Date: Fri, 21 Nov 2008 10:22:29 -0500
Good morning!
I am just moving from .NET to Mac (Cocoa / ObjC) and finding that I am using the code assist feature of XCode a lot. Is it possible to tab or jump to the next placeholder in the selector? For example:
[tableView editColumn:0 row:<#(NSInteger)row#> withEvent:<#(NSEvent *)theEvent#> select:<#(BOOL)select#>]
In the snippet above, I just finished typing "0" for editColumn. I would love to be able to jump to the variable for "row". Unfortunately, hitting "tab" just inserts an actual tab.
Thanks, in advance.
-- Greg |
_______________________________________________
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