vimotest / mps-alfi

Apache License 2.0
1 stars 0 forks source link

Improve NameExpressions: Implement NameReference Substitution #6

Open Fumapps opened 6 months ago

Fumapps commented 6 months ago

When referring to names (e.g., a parameter variable), we currently need to manually create a NameExpression first, then we can reference the target. Using MPS Substitution Menus, we can improve this by avoiding the extra step.