Autocompletion in Eclipse for Roo project
Posted
by niklassaers
on Stack Overflow
See other posts from Stack Overflow
or by niklassaers
Published on 2010-04-06T09:34:47Z
Indexed on
2010/04/11
11:13 UTC
Read the original article
Hit count: 310
Hi guys,
I've got a Roo project where I've made a couple of entities, and when I load up the project in Eclipse it loads up fine, but if I i.e. make an instance MyEntity entity
and then write entity.
I don't get any of my properties (i.e. getMyField) in the autocompletion list. If I write entity.getMyField()
it compiles fine, that is taken care of by the aspects. How do I enable autocompletion for functions generated by the aspects?
Cheers
Nik
© Stack Overflow or respective owner