Ricardo Sanchez-Saez
Ricardo Sanchez-Saez

Reputation: 9566

How to 'show current line' in in Xcode 4?

I know you can go to preferences and enable a column that appears on the left part of the editor, showing the line number.

But I am asking is there a way of showing the line number in some kind of status bar or any other part of the Xcode UI without enabling this option (similarly to what Xcode 3 did)?

Upvotes: 31

Views: 23044

Answers (3)

user546719
user546719

Reputation:

Dave Keck's Xcode fixins might provide a good alternative to what you are looking for. I use XCFixin_CurrentLineHighlighter and it works like charm. See the attached screenshot:

Current line highlighted

The easiest way to try the plugin, and discover new ones, is to use Alcatraz.

Cheers,

Upvotes: 2

rohan-patel
rohan-patel

Reputation: 5782

Its not removed..Goto X-Code--> Preferences --> Text Editing --> Check Line Numbers..

enter image description here

Upvotes: 49

jbjon
jbjon

Reputation: 1257

From what I've read so far, I think this option has been removed from XCode 4. Personally, I leave the line numbers column on all the time and it's not too intrusive.

Upvotes: 15

Related Questions