Is there a way to remove unused imports in Intellij IDEA on commit?
It is not very optimal to do it manually, (CTRL + ALT + O) helps but it's still manual.
|
Is there a way to remove unused imports in Intellij IDEA on commit? It is not very optimal to do it manually, |
|||
|
When you commit, tick the I prefer using the |
|||||||||||||
|
|
You can check checkbox in the commit dialog.
You can use settings to automatically optimize imports since 11.1 and above.
|
||||
|
|
ctrl + alt + l– T I Sep 25 '12 at 14:35