I remember seeing in either IntelliJ or Eclipse the setting to reformat (cleanup) files whenever they are saved. How do I find it (didn't find it in the settings)
|
|
I set it to automatically clean up on check-in, which is usually good enough for me. If something is too ugly, I'll just hit the shortcut (Ctrl-Alt-L, Return). And I see they have an option for auto-formatting pasted code, although I've never used that. |
|||
|
|
This solution worked better for me:
Note: You will have to check the box "Do not show this message again" the first time for the organized imports, but it works as expected after that. Step-by-step for IntelliJ 10.0:
For IntelliJ 11, replacestep 2. with: Edit -> Macros -> "Start Macro Recording" Everything else remains the same. -Neil IntelliJ 128. The Preferences contain the Keymap settings. Use the input field to filter the content, as shown in the screenshot.
|
|||||||
|
|
Ctrl + Alt + L is format file (includes the two below) Ctrl + Alt + O is optimize imports Ctrl + Alt + I will fix indentation on a particular line I usually run Ctrl + Alt + L a few times before committing my work. I'd rather it do the cleanup/reformatting at my command instead of automatically. |
|||
|
|
|
I thought there was something like that in IntelliJ, but I can't find it. The only clean-up that happens at save is that white space at the ends of lines is removed. I thought I had to specify that behavior at one point, but I don't see anything related at this point. |
|||
|
|
|
To configure Eclipse to format the code on save:
Choose whether to configure for project or workspace. |
|||
|
|
