Re: CodeSense doesn't see a global var
Re: CodeSense doesn't see a global var
- Subject: Re: CodeSense doesn't see a global var
- From: Andrew Pontious <email@hidden>
- Date: Sat, 13 Sep 2008 12:16:01 -0700
On Sep 12, 2008, at 6:48 PM, Michael Stauffer wrote:
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.
There are specific code completion (really, Xcode index) issues that
we know about.
But it's going to be a lot more efficient for you to file a bug with
your project, so we can try your particular issue for ourselves, than
to try to diagnose this over a mailing list.
The issue is almost certainly not "all globals" or "all externs" or
even "all C++ symbols" or anything simple like that. It is almost
certainly something very specific to the details of your source code.
So please file a bug.
-- Andrew
_______________________________________________
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