在编辑XML布局文件时,我希望Eclipse能够显示内容提案。
E.g。当我输入“marg”并按Cmd+Space
时,它应该为我提供
layout_marginLeft
,layout_marginRight
等。
如何设置此键绑定?
(在Mac上,它默认为Ctrl + Space,但我希望它是Cmd + Space)
答案 0 :(得分:0)
如果你去
Eclipse > Preferences > Keys
找到“内容辅助”选项并将绑定更改为cmd + space。
答案 1 :(得分:0)
Command+Space
通常会带来Spotlight。你必须先关闭它。
System Preferences / Spotlight
。Command+Space
。然后在Eclipse中:
Eclipse / Preferences
。General / Keys
。Content Assist
。^Space
。Command+Space
。