In Xcode Version 4.0 I notice that #pragma marks within methods are no longer showing up in the Jump Bar. The only #pragma marks that are showing up are those that are betwe
For marks within the methods (or anywhere else) you can now use keyword TODO: as comment.
like this:
// TODO: some text
I'm not sure about xcode version this became available (probably 4.5+), but it's available in latest one.