Re: Can code completion in Xcode 1.5 be enabled for other Java packages?
Re: Can code completion in Xcode 1.5 be enabled for other Java packages?
- Subject: Re: Can code completion in Xcode 1.5 be enabled for other Java packages?
- From: Chris Espinosa <email@hidden>
- Date: Sat, 18 Dec 2004 22:13:43 -0800
On Dec 18, 2004, at 1:05 PM, email@hidden wrote:
Code completion in Xcode 1.5 for Java seems to work for the standard
Java packages...
Can it be enabled also for the com.webobjects.* packages for example?
If so, how?
Code completion isn't enabled on a package-by-package basis. If it's
turned on in your preferences, and enabled in your project, it'll be on
for every symbol in every file.
But it only works on symbols that are in the index. Make sure you
include or import the headers from the packages you're interested in.
To double check, look in the Project Symbols smartgroup or the Class
Browser window. If it isn't there, it won't be autocompleted.
If you see a symbol in the Project Symbols group that isn't
autocompleted in context in your source, file a bug.
Chris
_______________________________________________
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