scalacenter / scalafix

Refactoring and linting tool for Scala

Home Page:https://scalacenter.github.io/scalafix/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OrganizeImports: removeUnused - implement for scala 3.3.+

ivan-klass opened this issue · comments

-Wunused:imports was added in scala 3.3.0 release

That means

OrganizeImports {
  removeUnused = true
}

should be available for 3.3+ also.

Can we move it forward? What is the place to start work?

Thanks

Thanks to @liancheng for pointing me here from #1820

Sorry, it seems like should be resolved with #1800.
Will track it there then

Thanks, and sorry for the little trip you had to take to come to that conclusion. I am generalizing #1682 to also include OrganizeImports.removeUnused and help with discoverability.