71

I couldn't find the goto line command in Xcode4. Where is it...?

dertkw
  • 7,798
  • 5
  • 37
  • 45
eonil
  • 83,476
  • 81
  • 317
  • 516

1 Answers1

139

Either Navigate -> Jump in "<mycurrentfile>"... or + L

dertkw
  • 7,798
  • 5
  • 37
  • 45
  • 6
    I can't see `Edit -> Go to line`, but ⌘L works. In Xcode4, ⌘L is tied to `Navigate -> Jump in ""...` – DarkDust Apr 19 '11 at 07:06
  • 1
    +1 for shortcut. It works. But the menu has been removed, and replaced by the menu @DarkDust said. – eonil Apr 19 '11 at 07:11
  • Funny thing is on my system it also means "Quit from virtualized MacOS to native Windows, and lock the workstation" :-) After I remapped to the normal key sequence (Ctrl+G), works like a charm. – Soonts Aug 17 '11 at 13:25
  • @Soonts Virtualized OSX on native Windows? Is it possible without violating EULA? – eonil Dec 05 '13 at 20:49
  • @Eonil, it is only possible without violating EULA if Windows is installed on Apple’s hardware. Which is not my case, BTW. – Soonts Dec 07 '13 at 02:49