XCode Java Code Completion
XCode Java Code Completion
- Subject: XCode Java Code Completion
- From: Deepak <email@hidden>
- Date: Fri, 9 Sep 2005 21:24:52 -0500
[I tried sending this email to the list before...but sounds like it
didn't get through... so sending it again...]
Hello,
I'm using XCode 2.1 and have a question.
When I edit a .java file, the 'code completion' feature seems to only
suggest things for standard java API classes and so on.
For example, in my Main.java:
If I type "str." (where str is an instance of String), it pulls up a
list of all the methods of the String class.
But if I type "nststmp." (where nststmp is an instance of
NSTimestamp), it doesn't pull up anything. Instead, it says "No
completions found." It doesn't do code-complete on any WebObjects
framework classes even though the packages are clearly 'import'ed in
the code.
So the question is, how do I tell XCode (if it's possible at all) to
suggest code completion on any classes that are part of the packages
included in the 'import' statements?
Thanks!
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden