Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the *goto line* command in Xcode4?

Tags:

xcode4

ide

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

like image 941
eonil Avatar asked Apr 19 '11 06:04

eonil


People also ask

How do I go to a specific line in Xcode?

Jump to Line ( ⌘ + L )

How do you jump to functions in Xcode?

Jump to definition directly It opens up a handy menu instead with a lot of options for quick editing. You can read more about this in my blog post Command-click on code options and possibilities in Xcode. To directly jump to a definition, you can combine ^ ctrl + ⌘ command + click .

How do I go to a file in Xcode?

Open Quickly The Open Quickly command can be found in Xcode's File menu. The keyboard shortcut, Command + Shift + O is much more convenient, though. The command brings up a modal that enables you to search for pretty much anything, including files, types, methods, functions, and properties.

How do I search for a function in Xcode?

Find text or patterns in your source code To find text in a file, open the file in the Xcode source editor and choose Find > Find from the menu bar. Xcode displays the Find bar and its search controls at the top of the file. Enter a search term. Xcode searches the file, highlights matches, and notes how many it finds.


1 Answers

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

like image 170
dertkw Avatar answered Oct 20 '22 07:10

dertkw