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”.

XCode Intellisense Dialog

Hopefully this can save some headaches for some others.

XCode Intellisense Shortcut
Tagged on:     

2 thoughts on “XCode Intellisense Shortcut

  • July 16, 2009 at 8:28 am
    Permalink

    So have you found any third party xcode intellisense? I’m dieing here…lol

  • July 16, 2009 at 10:12 am
    Permalink

    Actually the xCode 3.2 has code sense. I would kill to have sharper in xCode. 🙂

Leave a Reply