Re: struct completion
Re: struct completion
- Subject: Re: struct completion
- From: Ben <email@hidden>
- Date: Wed, 2 Jun 2004 09:27:25 -0700 (PDT)
I've noticed that if you type:
typedef struct foo_type { int bar; } foo;
and then type:
foo thevar;
thevar.
...then it will complete. If you leave off the foo_type, it won't, which
is somewhat annoying.
On Wed, 2 Jun 2004, Markian Hlynka wrote:
> I seem to recall that lately we were discussing variable completion.
> ie, if I have
>
> struct foo
> {
> int bar;
> }
>
> and I type
>
> foo thevar;
>
> thevar.
>
> I expect it to suggest "thevar.bar". It's not doing this. I think the
> solution was to index or something?
>
> 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.
>
> Thanks,
>
> Markian
> _______________________________________________
> 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.