Search code examples
scalarefactoringintellij-idearesharperautomated-refactoring

Is there a ReSharper-like code reformat and cleanup tool for Scala?


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?


Solution

  • Use Code | Reformat code action in IntelliJ IDEA, it works for Scala as well when you have Scala plug-in installed.