-
How to get/access globally visible model elements via their name? Until now I did this with the help of the I have |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @goto40, once you have the appropriate |
Beta Was this translation helpful? Give feedback.
Hey @goto40,
once you have the appropriate
AstNodeDescription
element it's relatively simple to find the actual node. We do the following in theDefaultLinker
during the linking process:https://github.com/langium/langium/blob/34b37014727694b7f09e969ecc13f74cf735f926/packages/langium/src/references/linker.ts#L205-L211