Skip to content

Feature request: Add Scala support #188

@jsatk

Description

@jsatk

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions