Replies: 1 comment
-
No there is no such plan yet. Main reason: the "importedNamespace" feature of Xtext was mainly targeted at languages with namespaces (qualified names), like Java packages. That feature offered automatic conversion of qualified names so they could be accessed with simple name after importing. This is a very special case that we don't want to include in the core functionality of Langium. Note that all exported symbols are globally accessible by default. If you want to change that, you can customize the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Wondering if there the langium team is planning to support "importedNamespace" with qualified names like in XText? If not, could you please provide some pointers on how to implement this feature in my DSL?
Beta Was this translation helpful? Give feedback.
All reactions