Reputation: 10561
I just installed the latest Eclipse on my Mac and one problem is that it doesn't do auto-complete.
For example, I want to create "new ArrayList<>()", when I type "Arr", it doesn't automatically trigger the whole word. This is very inconvenient. The setting looks right. Please see the attached.
It triggers auto-complete when I press ctrl+space. But I want to always auto-complete without pressing the compound keys.
Upvotes: 0
Views: 241
Reputation: 34
Just change in the Auto Activation triggers for Java the .
for this:
._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
Hope it helps.
Upvotes: 1