I'd like to automatically clean-up and reformat a Scala code file the way I can do with ReSharper in Visual Studio for C#. Can I do this with IntelliJ Idea or another tool?
Use Code
| Reformat code
action in IntelliJ IDEA, it works for Scala as well when you have Scala plug-in installed.