1. 程式人生 > >eclipse Code Style設定

eclipse Code Style設定

Code Style主要包括下面幾個方面。

程式碼清理過程:

進入eclipse選單: Window > Preferences > Java > Code Style > Clean Up,點選介面上方的Import,在彈出框中選擇位於eclipse安裝路徑下的eclipse/cleanup-profile.xml,點選開啟,點選右下角的 Apply 使其生效。

程式碼格式化過程:

進入eclipse選單: Window > Preferences > Java > Code Style > Formatter,使用類似上述的方法匯入eclipse/formatter-profile.xml,並使其生效。

設定程式碼格式化的實現時間(一般為當儲存的時候自動格式化):

進入eclipse選單: Window > Preferences > Java > Editor > Save Actions,勾選上Perform the selected actions on save 下的Format source code,並選擇 Format all lines,勾選上Organize imports,點選右下角的Apply 使其生效。