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

Sort group by subselection #197

Open
eygraber opened this issue Jan 18, 2023 · 1 comment
Open

Sort group by subselection #197

eygraber opened this issue Jan 18, 2023 · 1 comment

Comments

@eygraber
Copy link

I have a lot of code that looks like this:

bind<L>() with provider {
  L()
}

bind<G>() with provider {
  G()
}

bind<A>() with provider {
  A()
}

I'd like to sort the groups based on the text inside of <> so that it looks like:

bind<A>() with provider {
  A()
}

bind<G>() with provider {
  G()
}

bind<L>() with provider {
  L()
}

Is that possible with this plugin?

@krasa
Copy link
Owner

krasa commented Jan 18, 2023

No.

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

2 participants