views:

24

answers:

1

In Textmate and even under Visual Studio, it's possible to use a keyboard shortcut to navigate to the end of the current scope. And for bonus points, in some editors there is a special combo to navigate to the next method in a source file.

I've taken a look at the keybindings section and can't seem to find anything relevant. Can I improve my keyboard-foo under Xcode or am I doomed to be tied to the mouse to get around quickly?

A: 

Command + right arrow.

iPhoneDev
Really? Not for me....what command is this bound to?
jkp
Command+right arrow goes to the end of the line with default key bindings.
mikestew