Sometimes I want to know what column my cursor is at, so I can see how many characters I have left til the print margin.

This is a common functionality in most IDEs and text editors, but I couldn't find it in Xcode.

Is it possible to enable this or see it somewhere?

link|improve this question

78% accept rate
feedback

2 Answers

Try xcode, preferences, Page guide and column to 4, that will display a vertical reference.

link|improve this answer
I don't get it, it just puts a gray line at column 4, it doesn't solve my problem. – yonix Nov 6 '11 at 7:21
You can set to 80 if you prefer to see a print margin. – RAZ Nov 7 '11 at 7:40
yeah well.. I asked how can I see how far I am from the print margin, not how to actually see a print margin. – yonix Nov 7 '11 at 8:43
feedback
up vote 0 down vote accepted

Turns out as for now (Xcode 4.3.2), it can't be done.

My solution was eventually moving to AppCode :)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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