Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 369
Ivan Avatar asked Dec 13 '22 08:12

Ivan


1 Answers

IntelliJ Idea has great scala support, via the scala plugin.

Reformating code can be accessed from the menu through: Code >> Reformat Code.

In fact, re-sharper is a product from JetBrains (authors of Idea)

like image 155
Pablo Fernandez Avatar answered Dec 29 '22 12:12

Pablo Fernandez