-
-
Notifications
You must be signed in to change notification settings - Fork 439
Add an in-line sort by expression #8366
Copy link
Copy link
Open
Labels
PR availableIssues which have a yet-to-be merged PR resolving itIssues which have a yet-to-be merged PR resolving itfeaturePull request adding a new feature.Pull request adding a new feature.
Metadata
Metadata
Assignees
Labels
PR availableIssues which have a yet-to-be merged PR resolving itIssues which have a yet-to-be merged PR resolving itfeaturePull request adding a new feature.Pull request adding a new feature.
Type
Projects
Status
In Review
Suggestion
Add an in-lined
sort x in (ascending|descending) orer by yexpression that functions the same way as its counterpart effectWhy?
Quite often I find myself making a copy of a variable simply to sort it and reorder the variable I just made a copy of.
Adding an expression that allows me to cut out that extra step just helps save time in that aspect.
I never understood why the
ExprSortednever received an updated pattern to follow the behavior ofEffSortOther
Example skript for how we currently are forced to handle this
where this could have instead been
Agreement