Codesense not working
Codesense not working
- Subject: Codesense not working
- From: John Deane <email@hidden>
- Date: Fri, 14 Apr 2006 17:40:10 +0100
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.
Thanks
John
|
_______________________________________________
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