Today I've stumbled over another great feature of Eclipse
autocompletion. Suppose you've got the private field name and then
enter setN in the class (outside of a method) and the press Ctrl+Space.
Eclipse will suggest the creation of the setter for the name field:
The same will work with getN for the getter.
I know there are also other ways to generate getters/setters and that
this is not a big thing but it is a great example how Eclipse will
support you with small features in any situation. This small features
sum up and create a really great coding experience.