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
When I highlight just those case statements and invoke "Sort Blocks Ascending" the selection expands to the switch statement but then the file is unchanged.
How can I enable sorting the original code? I tried tweaking the "Expand Selection" setting and was able to prevent the selection from expanding, but still no sort. I also fooled with the "Multi Block Header Regex" but couldn't figure it out.
The text was updated successfully, but these errors were encountered:
Sounds like an issue with the detection of incomplete blocks. Should be a fairly quick fix unless something is replay broken there. Thanks for the issue!
Thank you for this extension - it's awesome!
I'm having a problem with some Typescript
case
statements not sorting. I think the problem might be related to the curly-braces:When I highlight just those
case
statements and invoke "Sort Blocks Ascending" the selection expands to theswitch
statement but then the file is unchanged.If I remove those curly-braces sorting works:
How can I enable sorting the original code? I tried tweaking the "Expand Selection" setting and was able to prevent the selection from expanding, but still no sort. I also fooled with the "Multi Block Header Regex" but couldn't figure it out.
The text was updated successfully, but these errors were encountered: