You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it occured to me that a more general "combine assignments into array assignment" (and ideally its inverse) could make the above task easy enough, and be easier to implement.
Describe the solution you'd like
Select assignments and combine them into one array assignment. Select an array assignment and break it into multiple assignments/declarations.
Additional context
(This is just another wish on my wish-list. Abracadabra is awesome as-is.)
Is this request related to a problem? Please describe.
I was going to ask for "combine multiple conditional assignments into one assignment" because that's my specific task:
But it occured to me that a more general "combine assignments into array assignment" (and ideally its inverse) could make the above task easy enough, and be easier to implement.
Describe the solution you'd like
Select assignments and combine them into one array assignment. Select an array assignment and break it into multiple assignments/declarations.
Additional context
(This is just another wish on my wish-list. Abracadabra is awesome as-is.)
See also #362
The text was updated successfully, but these errors were encountered: