jLuger.de - The power of Eclipse autocompletion II

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 picture shows the popup dialog that suggests the creation of a setter for setN.

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.