[Xtend] Autocomplete / code completion problems [message #543448] |
Tue, 29 June 2010 09:25  |
Eclipse User |
|
|
|
Hello everybody,
I'm using Eclipse Helios. I've created a workflow that registers ecore-based metamodels using the registerEcoreFile function (that is, I'm not using registerGeneratedEPackage).
Now I'm about to create an Xtend transformation. I've imported all the (meta)metamodel namespaces which I would like to use.
import ecore;
import mymetamodel;
I noticed that the Xtend editor does not autocomplete any identifiers of mymetamodel in any context - i.e. I would expect the editor to suggest possible attributes and associations for any class/object while I'm typing. As far as I remember, this worked a year ago when I was using registerGeneratedEPackage (but maybe I was just dreaming back then ;-).
Any ideas how to turn on autocomplete if I want to stick to registerEcoreFile?
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05592 seconds