Game Development Community

[RESOLVED WITH 2 HOURS OF BACKGROUND INDEXING] Code Sense - Class Member Listing/Auto-Completion

by Onyx · in iTorque 2D · 09/29/2009 (3:52 pm) · 2 replies

Hi,

In another episode of me VS Xcode tonight, I'm facing a strange behavior, and I hope it's not a limitation of Xcode:

The Code Sense feature seems to be able to list only classes, Object Types, etc. But whenever I try to access a member of an object (i.e pData->xxx) there is not auto-completion and it does not list automatically the members of the class (of any class).

I've tried re-creating the index, etc. Same result. I'm having issues with Spotlight, the constant indexing is making my computer crash. So I turned it off, but I've read somewhere that Spotlight indexing was not in use for XCode indexing and that it was a separate feature. Not sure if it's linked or not, just giving this info for a complete picture of the problem.

Is this the normal behavior of XCode? And did anybody experience this as well?

-EDIT -

Alright, thanks to the intuitive feedback of the re-indexing functionality in XCode AKA absolutely nothing, everything is fine now. The indexing has completed. Member functions and variables are showing up. False Alert.

#1
09/29/2009 (7:41 pm)
Just press escape in xcode for the popup. For instance I'd type the following and than tap the enter key:

object->
#2
09/30/2009 (2:47 am)
Thanks Craig, everything is working now. F5 or Esc completion displays members and variables.