在 Eclipse 中按 Ctrl-空格键而不按 Ctrl-空格键

2024-05-23

I've just started using Eclipse and I noticed that when I start typing a local variable name it doesn't come up with suggestions like Visual Studio does until I press Ctrl+Space. Is there any way to get it to do this automatically? I find Ctrl+Space an awkward key press.


您可能会对这些错误(如果您使用 Eclipse >3.4 则提供解决方案)感兴趣:

A. 允许更多角色触发器,如 @Samuel 所说(在 3.4 以后修复):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=159157 https://bugs.eclipse.org/bugs/show_bug.cgi?id=159157 add the characters below to content assist in Preferences

更改默认值Java 自动激活触发器 to ._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

B. 允许自动随处提供内容辅助(不固定):

https://bugs.eclipse.org/bugs/show_bug.cgi?id=101420 https://bugs.eclipse.org/bugs/show_bug.cgi?id=101420

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

在 Eclipse 中按 Ctrl-空格键而不按 Ctrl-空格键 的相关文章

随机推荐