Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-core-dev] Code completion for annotations values

Hi Neil,

It is already in there in Eclipse 3.2 as I told you at EclipseWorld :)

org.eclipse.jdt.ui.javaCompletionProposalComputer

See Hibernate Tools plugins for an example of how it can be used for
code completion in annotation's.

I'm still though looking for efficient code to get more context
about the position code completion is invoked...

/max

Greetings,

The WTP-JPA project needs to provide in-source annotation value completion as a part of our feature set, and from looking at JDT documentation, it seems this topic has been accounted for in previous planning. In the JDT Core R3.2 plan* there was a bullet item under 'Code Assist' for "Completion in annotation member pair value". Also, under 'Java SE 6', there is text referring to "pluggable API for participating in compilation and completion" under 'Annotation processing tools'. I am inquiring as to the status of this general functionality, as it seems that some work has been done to facilitate this in the core, but there does not seem to be anything for a client, such as us, to consume at this point. Any insight into the status of these plans or future plans regarding implementation of this support would be extremely helpful. Thank you,

Neil Hauge
WTP-JPA Lead


* - http://www.eclipse.org/jdt/core/r3.2/index.php
_______________________________________________
jdt-core-dev mailing list
jdt-core-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-core-dev



--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
max@xxxxxxxxxxxxx
http://hibernate.org

JBoss a division of Red Hat
max.andersen@xxxxxxxxx


Back to the top