Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sorting "case" #11

Open
mokraemer opened this issue Mar 2, 2022 · 0 comments
Open

Sorting "case" #11

mokraemer opened this issue Mar 2, 2022 · 0 comments

Comments

@mokraemer
Copy link

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant