Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In Xcode 3, the line number of the current cursor location was displayed. I don't see this in Xcode 4. Is there a setting that will turn it on? Or a keypress that will give it to me?

share|improve this question
34  
+1 if you are extremely annoyed that this is so unintuitive that you had to Google it. – Dewayne Nov 17 '12 at 4:10

3 Answers

up vote 265 down vote accepted

Yes open the preferences like in this screenshot, and check Show: Line numbers

enter image description here

share|improve this answer
3  
thanks so much for the screenshot! – Jake Rocheleau Jan 2 '12 at 21:32

In Preferences->Text Editing-> Show: Line numbers you can enable the line numbers on the left hand side of the file.

share|improve this answer
1  
Thanks, I will use that at least some of the time. But what I really want is to just display the number of the line I am on. – William Jockusch May 5 '11 at 17:27
@William Jockusch I don't think they kept it in XCode4, I've been looking nor for quite a while but to no avail. – Nick Weaver May 5 '11 at 17:49

Sure, XCode->Preferences and turn on Show line numbers.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.