Wednesday 15 April 2015

Xcode c++ function list -


I want to see a list of all the functions defined in the current file in XCode, such as Tag Catalog plugin in VIM. I'm not familiar with Xcode, is it possible to do it in Xcode? Thank you.

You can see that information in the "Jump Bar" at the top of the window.

Whenever you have the file open, you should see a thin stripe over the file editor / viewer, in which the name of your project and the path you have to open the file. When you are in any .m or .h file, then the last thing in that time is in your cursor if it is one.

If you click on it, you will scroll the window by clicking on a list of all the methods of that file and one of them.

Here's an example of an old project:

This jump bar is the path to your file and allows you to select other files:

topbar

If you click on the current method then it will be used in your current file Is the list of:

method list

No comments:

Post a Comment