IntelliJ Optimize Imports for the entire scala project

Viewed 9484

One of the very useful features of IntelliJ is that when I am done editing a file, I can do a "optimize imports". this removes all the unused imports from my code.

This is very useful, but I have to do it for every file.

Can I do "optimize imports" for the entire project?

1 Answers
Related