Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide Code-Action to create Block from @process rule #163

Open
PRGfx opened this issue Aug 10, 2022 · 0 comments
Open

Provide Code-Action to create Block from @process rule #163

PRGfx opened this issue Aug 10, 2022 · 0 comments

Comments

@PRGfx
Copy link
Contributor

PRGfx commented Aug 10, 2022

Given something like [email protected]<caret> = … I suggest an action to break that into

[email protected] {
  expression = …
}

to allow easier addition of @if rules.
Maybe there is a stronger relationship to #8 however @process rules have this special behavior of having an expression key.

Maybe if the block is empty there could be an inlining action, however that depends on overrides:
it is not possible to override @process.rule.expression by @process.rule (fusionpen),
but it is possible to override @process.rule by @process.rule.expression (fusionpen).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants