You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
If you are using 2 different Xtext grammars and one depends from the other you must add referencedResource = Resource path to genfile to the mwe2 file in the language section. Then you need to add the dependency to the plugin.xml
Then you must import it with import "nsuri" as shortMetaModelName and now you can reference it with shortMetaModelName::ClassName.
IMPORTANT: the importing DSL may show you a warning with the content "The imported package refers to elements in the package registry instead of using the instances from the workspace". DON'T USE the quick fix because it leads to an error in the generator!