Re: struct completion
Re: struct completion
- Subject: Re: struct completion
- From: Matt Gillette <email@hidden>
- Date: Wed, 2 Jun 2004 09:45:07 -0700
To rebuild the index get info on the project in the XCode Groups and
File Browser, go to the code sense tab a there's a button "rebuild
index". Works like clean.
Matt
On Jun 2, 2004, at 9:18 AM, David Olbersen wrote:
On Jun 2, 2004, at 8:50 AM, Markian Hlynka wrote:
I seem to recall that lately we were discussing variable completion.
ie, if I have
struct foo
{
int bar;
}
I don't know if this is exactly what you need, but try this:
struct foo
{
int bar;
} foo;
foo thevar;
thevar. (should show "int bar")
You may not need the second foo, I don't really know. To force
indexing I think you can just save your file and try to do a build.
Even if the build fails you should get the index updated.
I'm not sure how often the archives are updated, but since it was so
recent, could somebody summarize, please? Then the summary will make
it into the archives, and it'll be much easier to find a single
answer.
It was very recently. The subject line of that thread was "Code
completion of member functions".
Hope that helps!
--
David Olbersen: Now with 40% less fat!
http://spaz.mootech.net/resume.html
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.