How can I get auto completion for managed beans in Eclipse Indigo when the Managed Beans are declared via Annotations rather than with a faces-config.xml?
If this function is missing the whole point of xml-less declaration is gone (for me). 🙁
Thanks in advance!
This isn’t supported by Eclipse out the box. You’d need to grab a plugin for this. As far there’s only the JBoss Tools plugin wherein this feature is implemented since milestone version M3 (currently still in beta/development stage).
You can get it from the Eclipse update site at http://download.jboss.org/jbosstools/updates/development/indigo/.
This has currently only one minor bug:
@ManagedBeanbeans without anameare not picked up, only those withnameare picked up.