如何使 Eclipse 自动完成搜索区分大小写?

How to make eclipse auto-complete search be case-sensitive?

在 Eclipse 2019-09 上有一个非常烦人的 "feature",它会在您输入其名称时找到错误的方法。下图说明一切。

当我输入“rem”时,它选择了 hasRemaining() 而不是 rem艾宁()。此外,当我键入“rem”时,当然 remaining() 应该首先出现在 should_rem[=25= 之前]年龄()。 可以解决这个问题吗?

Click here for the image

转到Window > Preferences > Java > Editor > Content assist,您会找到一个让您select介于relevancealphabetically之间的选项。 复选框还允许您 select 驼峰匹配 'show camel case matches' - 调整这些属性以获得预期结果..