Re: Codesense not working
Re: Codesense not working
- Subject: Re: Codesense not working
- From: David Ewing <email@hidden>
- Date: Tue, 18 Apr 2006 14:22:18 -0600
On Apr 14, 2006, at 10:40 AM, John Deane wrote: Hi,
I seem to be having some difficulty getting code sense to work for standard library objects.
For example:
std::list<int> list1;
list1.push_back(123);
On pressing escape after the . in the last line I would expect to be presented with the list of member functions but all XCode presents me with is the message "No completions found."
Am I missing something obvious?
I have included <list> and have tried rebuilding the Code Sense index.
This works fine for me here in simple projects. Do you see "list" and other C++ classes in the class browser? If not, you should file a bug, and include the project in question.
Dave
|
_______________________________________________
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