autocompletion, see all class methods,...
autocompletion, see all class methods,...
- Subject: autocompletion, see all class methods,...
- From: Matthias Edrich <email@hidden>
- Date: Sun, 21 Dec 2003 12:16:02 +0100
Hi all,
I am new to XCode. I usually use JBuilder or Netbeans for Java webapp
programming I do. The thing I miss most in XCode is the autocompletion
function.
Of course, I am not sure if this is really called "auto-completion"....
What I mean is the function within Netbeans (or 'SunONE' Studio) and
JBuilder
which shows all available fields and methods of the class I am
referencing.
So, when I type "System.", both of the above programs show me a list of
methods
which belong to System - so methods which I might use.
This also works for my own classes. So for,...
public Student student1 = New Student();
student1.
so upon typing "." the list pops up with all the methods I
added to my Student class.
As far as I can tell, XCode doesn't have this feature, am I right?
Any tips? or suggestions?
Thanks!
Matthias
_______________________________________________
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.