-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Description
Great plugin.
I primarily work in Scala these days however and I miss being able to use this plugin.
Namely I often have cause to turn this:
def f(a: Int, b: Int, c: Int): Int = ???into...
def f(
a: Int,
b: Int,
c: Int,
): Int = ???or the reverse.
I forked & cloned this repo myself and have started poking around. I have some very basic Scala support going but still can't quite accomplish this. I'm okay at regex but I don't know I quite have the chops for some of what you do in here.
Would it be possible for me to open a WIP PR and get feedback from you or other contributors to realize some basic Scala support?
Thanks Andrew!
barklan
Metadata
Metadata
Assignees
Labels
No labels