内容辅助建议不直接显示
Content assist suggestions not showing directly
我正在使用 Eclipse Neon。当我按下 Ctrl+Space 时,Eclipse 会在 Eclipse 屏幕的右下方显示一个弹出窗口,其中包含文本 Content Assist Ctrl+Space
.当我单击此对话框时,Eclipse 会显示建议:
如何在按下Ctrl+Space后直接看到建议?
确保除Content Assist外没有其他命令绑定到Ctrl+Space:
In Window > Preferences: General > Keys filter for ctrl+space
and bind other command to other键。
我正在使用 Eclipse Neon。当我按下 Ctrl+Space 时,Eclipse 会在 Eclipse 屏幕的右下方显示一个弹出窗口,其中包含文本 Content Assist Ctrl+Space
.当我单击此对话框时,Eclipse 会显示建议:
如何在按下Ctrl+Space后直接看到建议?
确保除Content Assist外没有其他命令绑定到Ctrl+Space:
In Window > Preferences: General > Keys filter for ctrl+space
and bind other command to other键。