• 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: XCode and STL/STD code completion/code sense - possible???
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: XCode and STL/STD code completion/code sense - possible???


  • Subject: Re: XCode and STL/STD code completion/code sense - possible???
  • From: Martin Häcker <email@hidden>
  • Date: Tue, 11 Jan 2005 13:51:37 +0100

In general, when you're not seeing code completion come up with the right list, it's something specific to your case. Though I will mention that things are vastly improved in 2.0, especially w.r.t. C++ (since the underlying indexer is better at handling C++). But if you're seeing issues, please file bugs (at <http://developer.apple.com/bugreporter>). Give as much information as possible in the report. The code itself is most useful. If you can't submit your code, isolating the issue to a smaller test case, perhaps from one of the example projects we ship, is also very useful.

What I'd like to confirm before I start sending bug-reports is this:

Is the Code-Completion feature even supposed to come up with specific suggestions for a class? As far as I have seen that is nowhere stated explicitely.

What I mean with specific is this.

When I have code like this:

--- snip ---
NSObject *anObj = [NSObject new];

[anObjc <complete>
--- snap ---

Should it actually show me only the NSObject methods or all objc, methods in the system?

And how is it suposed to work if the code looks like this?

--- snip ---
id anObj = [NSObject new];

[anObjc <complete>
--- snap ---

cu Martin

_______________________________________________
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


  • Follow-Ups:
    • Re: XCode and STL/STD code completion/code sense - possible???
      • From: Shawn Erickson <email@hidden>
References: 
 >XCode and STL/STD code completion/code sense - possible??? (From: Jeroen Verbeek <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Martin Häcker <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Byron Wright <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Andy Wiese <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Byron Wright <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Jeroen Verbeek <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: Byron Wright <email@hidden>)
 >Re: XCode and STL/STD code completion/code sense - possible??? (From: David Ewing <email@hidden>)

  • Prev by Date: Re: Where is sqrtf?
  • Next by Date: Re: XCode and STL/STD code completion/code sense - possible???
  • Previous by thread: Re: XCode and STL/STD code completion/code sense - possible???
  • Next by thread: Re: XCode and STL/STD code completion/code sense - possible???
  • Index(es):
    • Date
    • Thread