Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Class outline in XCode

I am looking for a XCode plugin or some configuration settings that might allow me to see the class structure in a file, by showing all defined classes, variables and functions on the right hand side of the screen much like Eclipse. An example of the same for vim can be found here. I work in both C++ and Objective-C and would like something that would work with either language. The screenshot of eclipse below demonstrates what I am talking about.

Eclipse Screenshot

Can some one point me to such a pluign or how this can be done using the XCode settings.

like image 268
ssb Avatar asked Apr 18 '26 16:04

ssb


1 Answers

You may press Ctrl + 6 to get the list of all functions in XCode currently opened page

OR

You may press + 2 shortcut and then press the 2 icons at the bottom as shown in the image below.

enter image description here

like image 120
icodebuster Avatar answered Apr 21 '26 05:04

icodebuster