I used to rely heavily on comment lines like
//TODO:
//!!!:
to jump around my code using the drop down menu in Xcode 3.x.
Using the Jumplist bar (or whatever the bar is called above the editor view) can I still use those features? It seems to be gone. I can only jump between methods of a class but not between code in methods using the code above.
Anyone got any tips on how to use these or even other ways to jump to a specific code without having to use the find command?
