Code completion of member functions / attributes?
Code completion of member functions / attributes?
- Subject: Code completion of member functions / attributes?
- From: Jonathan del Strother <email@hidden>
- Date: Tue, 25 May 2004 18:16:45 +0100
I'm programming in C++, and have noticed that auto-complete doesn't
appear to work for the '.' and '->' operator.
For instance, if I'm trying to access an attribute of a struct, or a
function in a class, it'll complete the struct / class fine, but won't
drill down to the internal component I'm trying to get at.
Does anyone else have this problem, or is it a standard XCode issue?
Jon
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.