Sort Imports Versions Save

A simplistic Scalafix rule that sorts imports

v0.6.1

2 years ago

What's Changed

Full Changelog: https://github.com/NeQuissimus/sort-imports/compare/v0.6.0...v0.6.1

v0.6.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/NeQuissimus/sort-imports/compare/v0.5.5...v0.6.0

v0.5.5

3 years ago

v0.5.4

3 years ago

v0.5.3

3 years ago

v0.5.2

3 years ago

v0.5.1

3 years ago

v0.5.0

4 years ago

Regex support for groups. Use the prefix re:.

v0.4.1

4 years ago

v0.4.0

4 years ago

New configuration option SortImports.asciiSort, which allows better sorting of wildcard and grouped imports. Set to true by default (old behaviour).

See #49 for more details