XCode and STL/STD code completion/code sense - possible???
XCode and STL/STD code completion/code sense - possible???
- Subject: XCode and STL/STD code completion/code sense - possible???
- From: Jeroen Verbeek <email@hidden>
- Date: Wed, 5 Jan 2005 20:52:11 +1100
Hello,
Is it possible to get Xcode 1.5 to "code sense" STL in C++???
I am a "recent" convert from Windows/VisualC.NET to MacOSX/Xcode and
VisualC.NET seems to not have a problem with this.
For example:
std::string somestring;
int space = somestring.find(" ");
Xcode will never suggest anything... I would like to see a popup when I
press the '.' key after the variable that shows (for example) find()
and erase() and so on...
I have been able to get a suggest listbox to appear, but it seems to
show EVERYTHING in the system!
Thanks for any help!
Best Regards,
Jeroen Verbeek
_______________________________________________
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