eclipse 用空格替換 tab鍵
阿新 • • 發佈:2019-01-24
本人用eclipse進行PHP專案開發,根據公司開發規範,要用4個空格替換掉tab鍵,在網上搜了好多,都不太全面,現在將詳細的配置陳列如下:
首先進入首選項:視窗(windows)->首選項(preferences...)
1. windows=》preferences=》general=》editors=》text editors 勾選 “insert spaces for tabs”
2. windows=》preferences=》phpeclipse=》php=》typing 勾選 “insert spaces for tabs(……)”
至此,配置完畢。
但是因為版本的不同,有些會出現這樣的問題:if{ 然後按enter鍵換行,會自動縮排一個tab 而這個tab並沒有正確的被用4個空格替換,解決辦法
進入:windows=》preferences=》phpeclipse=》php=》formatter =>style
看選項 “indentation is represented by a tab”
是否選中 (預設選中) ,如果選中,則不選該選項,如果沒有選中,則選中該選項 ,重啟eclipse 會發現設定成功