Miro Spönemann
Miro Spönemann
> Is there a Langium API or internal architecture documentation I can read to understand Langium better? It depends on what aspects you'd like to understand. Basically the code is...
@Yokozuna59 have you used exactly the same email address in your Eclipse account as in the Git commit?
As mentioned in #1152, there is no magic/implicit usage of the ID rule. In the given example, Langium uses the STRING rule because that's what is assigned to the `name`...
Rethinking about this... When doing "Go to type definition" on a grammar rule (definition or usage), I would expect the editor to navigate to either the rule definition if the...
Ideally, we would declare explicitly where we want to resolve to multiple targets in the grammar. At the declaration site, it could look like this: ``` interface Foo { myRef:...
We could show an error in the grammar editor when you write an unassigned rule call with `*` or `+` multiplicity. I can't imagine any case where that would be...
I'm against encoding syntactically relevant information into comments. We can extend the grammar language syntax to make things explicit.
Yes, in Xtext it's forbidden to call unassigned rules after object creation (action or property assignment). But in Langium we are not forced to do the same, see discussion in...
Is it the same stack overflow as in #775?