Re: Code Sense and C++
Re: Code Sense and C++
- Subject: Re: Code Sense and C++
- From: Thomas Engelmeier <email@hidden>
- Date: Thu, 10 Jan 2008 22:16:57 +0100
On 10.01.2008, at 20:50, Christos Chryssochoidis wrote:
Is there some problem with Code Sense and C++ projects in Xcode 3? I
can't seem to make it work...
It works up to an certain point if you don't use namespaces.
e.g. in my trivial project
void CPTPPacket::describe_dts( CPayloadStream&s, uint16_t data_type,
std::ostream& dest )
{
// here I can complete s, but not dest
IMO, C++ is a second class citizen in Xcode. You'll see quite some
limitations (no refactoring, no completion of namespaced symbols,
missing documentation, limited STL datatype introspection in the
debugger, broken g++ error message decoding ...)
Regards,
Tom_E
_______________________________________________
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