One thing that I had been struggling with while developing software with XCode was the lack of an Intellisense-like feature that is found in Visual Studio. XCode does have a nice code completion feature, but that didn’t solve the problem of viewing what members belonged to an object. Luckily I found out that you can bring up an Intellisense-like dialog by hitting the ESC key. In the image below I am display all members of the tableView object that begin with “rel”.

Hopefully this can save some headaches for some others.
#1 by nick5454 on July 16, 2009 - 8:28 am
So have you found any third party xcode intellisense? I’m dieing here…lol
#2 by nick5454 on July 16, 2009 - 10:12 am
Actually the xCode 3.2 has code sense. I would kill to have sharper in xCode.