java – Eclipse IDE bad autofill?

Newbie programmmer here (2 months java, about 5 months scala), and I was wondering something: is it just me or does the autofill for eclipse just feel awful?

Let’s say I want to print out something. If I am not case sensitive, I won’t be able to autofill; if I write a letter wrong, I have to backspace to before the dot until I can see my options. It really feels annoying, having to write nearly perfectly.

Take VS code instead. VS code even shows my own methods as suggestions, while Eclipse does not. Moreover, I can be a bit more careless with the exact spelling of different methods.

Have I just configured Eclipse in a wrong way, or is their “intellisense” just that bad?

Help is much appreciated!

I have tried going through text editor settings and changing things there. I don’t remember exactly the settings I changed (suggested by some online), and it did help a bit, but it’s nowhere near as close as VS code.

Read more here: Source link