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