CodeSense doesn't see a global var
CodeSense doesn't see a global var
- Subject: CodeSense doesn't see a global var
- From: "Michael Stauffer" <email@hidden>
- Date: Fri, 12 Sep 2008 21:48:42 -0400
- Importance: Normal
XCode 3.1
Hi,
I've got a global ptr 'S' to a struct that I use to access some state vars
across source files. CodeSense says there are no completions when I try to
get them after typing 'S->'. CodeSense works for another global var in my
sources (different files), and all other identifiers as I'd expect, at least
those I've tried, like class members and preprocessor defines included from
other files. The global is defined extern in one .h file and declared in a
cpp file. The code compiles without trouble.
Anyone have any insight on this? Thanks.
Cheers,
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden