Replies: 1 comment
-
Hey @cdietrich, it's exactly as you describe. They are supported on the parsing layer (even in the completion parser), but the information about rule parameters isn't returned by the completion parser (yet). Consequently, the completion provider isn't aware of which parameters to apply when identifying the follow-elements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, how well are Parameterized Rules supported in langium?
i observe that it seems to work on parser side but not on completion provider side
working
not working (
=
is proposed in both cases)both with
test model
Beta Was this translation helpful? Give feedback.
All reactions