02.04.2009
Code completion using CamelCase
Eclipse IDE is aware of CamelCase. You can type class names faster by only typing the upper-case letters:

This also works for method names - very convenient for getter and setter methods:

You can use this in Open Type (Ctrl + Shift + T) as well:


