如何使 Eclipse 内容帮助区分大小写?
有谁知道配置 Eclipse 内容辅助以响应片段中第一个字母的大小写的简单方法?当我以小写字母开头的标记时,我不希望有类建议,因为我总是引用成员或变量。当选择任何建议将导致相同的文本时(例如,具有不同参数的相同名称的多个方法,并且不提供其他建议),方法名称片段自动完成也将是很好的。
内容辅助的首选项没有提及这些选项中的任何一个,我希望避免仅仅为了一些小便利而编写(和维护)插件。感谢您的帮助。
拜伦
Does anyone know of an easy way to configure the Eclipse content assist to respond to the case of the first letter in a fragment? When I start a token with a lowercase letter, I'd prefer not to have suggestions for classes, since I am always referring to a member or variable. It would also be nice for a method name fragment to auto-complete when selection of any suggestion would result in the same text (e.g., multiple methods having the same name with different parameters, and no other suggestions offered).
The preferences for content assist don't mention either of these options, and I'm hoping to avoid writing (and maintaining) a plugin just for small conveniences. Thanks for your help.
Byron
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,这在今天是不可能的。该区域存在一些未解决的错误,例如 https://bugs.eclipse。 org/bugs/show_bug.cgi?id=25305,您可以贡献一个补丁:)
Unfortunately this is not possible today. There are a few open bugs in this area, e.g. https://bugs.eclipse.org/bugs/show_bug.cgi?id=25305, you can contribute a patch :)