Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [jdt-apt-dev] Status of code assist for annotation values?

James – JDT UI added completion APIs in Eclipse 3.3 that should allow you to do most of the completions that we had been considering, which were mostly completions inside Strings. Here is the bugzilla entry:

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=110181

 

Also, we have found that most uses of completions can be handled by use of enums and class literals as annotation values. Not sure if you have the liberty of designing your own annotations however.

 

Does this cover your use case? If not, could you provide some information about what you’re looking for?

 

 

Thanks much,

Jess Garms

JDT-APT Lead

 


From: jdt-apt-dev-bounces@xxxxxxxxxxx [mailto:jdt-apt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Kingdon
Sent: Wednesday, March 21, 2007 8:32 AM
To: jdt-apt-dev@xxxxxxxxxxx
Subject: [jdt-apt-dev] Status of code assist for annotation values?

 


Hi,

I keep getting asked about code assist for annotation values. Is there a likely timeframe for this to become available?

Thanks,

James Kingdon

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

Back to the top