您的位置:首页 > 编程语言 > Java开发

Eclipse 用空格替换 tab键

2014-12-23 16:22 232 查看
来源:http://blog.csdn.net/phpdata/article/details/6654658

首先进入首选项:窗口(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 会发现设置成功
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: