• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: struct completion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: struct completion


  • Subject: Re: struct completion
  • From: David Olbersen <email@hidden>
  • Date: Wed, 2 Jun 2004 09:18:09 -0700

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.


  • Follow-Ups:
    • Re: struct completion
      • From: Matt Gillette <email@hidden>
References: 
 >struct completion (From: Markian Hlynka <email@hidden>)

  • Prev by Date: Re: Grumpy pills
  • Next by Date: Re: very sluggish editing
  • Previous by thread: struct completion
  • Next by thread: Re: struct completion
  • Index(es):
    • Date
    • Thread