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?
Turns out as for now (Xcode 4.3.2), it can’t be done.
My solution was eventually moving to AppCode 🙂