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
I know this plugin is designed to sort "lines".
But sometimes you have switch/case and for a better overview, the cases are better organized if sorted.
I don't know if this could/should be integrated, but it would be a nice enhancement.
The difference is, cases are followed by code:
case 'xxx':
code...
[break]
case 'yyy':
code...
[break]
I assume that is to complicated, but it would ease some day work :)
The text was updated successfully, but these errors were encountered:
I know this plugin is designed to sort "lines".
But sometimes you have switch/case and for a better overview, the cases are better organized if sorted.
I don't know if this could/should be integrated, but it would be a nice enhancement.
The difference is, cases are followed by code:
case 'xxx':
code...
[break]
case 'yyy':
code...
[break]
I assume that is to complicated, but it would ease some day work :)
The text was updated successfully, but these errors were encountered: