From time to time I find myself working in Xcode and wanting to know what column the insertion point is at.
The first thing that occurs to me is to look for an equivalent to Emacs' column-number-mode. There's a similar feature in Visual Studio.
From time to time I find myself working in Xcode and wanting to know what column the insertion point is at.
The first thing that occurs to me is to look for an equivalent to Emacs' column-number-mode. There's a similar feature in Visual Studio.
One work-around is to visit the preferences and use the Page guide. There's a picture in the accepted answer to this question: http://stackoverflow.com/questions/5901758/.