自动完成在 2 个字符 Eclipse 后激活
无论如何,有没有办法让 Eclipse 在我输入 2 个不带空格的字符后激活自动完成功能,有点像 Flash Develop?
还有没有办法关闭变量名称建议?
谢谢
Is there anyway to make Eclipse activate autocomplete after I type 2 characters without a space, sort of like Flash Develop?
Also is there a way to turn off variable name suggestions?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您要自动补全什么类型的代码?如果您转到窗口 -> Eclipse 中的首选项并通过 Content Assist 进行过滤,您可以获得可以更改自动完成功能的首选项。可用的选项取决于您使用的 Eclipse 编辑器。此外,随时按
Ctrl + Space
即可激活自动补全功能。What type of code are you autocompleting? If you go to Window -> Preferences in Eclipse and filter by Content Assist, you can get to the preferences that you can change for your autocompletion. The options available depend on which Eclipse editor you're using though. Also, hitting
Ctrl + Space
at any time should activate autocompletion.