I'm really fascinated in Java Eclipse: this free IDE is my companion in developing Java Projects quite a long time. But now I figured out many new, great functions provided by Eclipse 3.1.1 with the help from a book: Beginning Eclipse 3 for Developers.
I'm astonished and happy to develop my Java programs with the support of Eclipse - enjoy a few examples:
- with F3 you can open the declaration of the selected type in the editor
- mark Code a let Eclipse create a method of this code and replace it with a method-call in the programm; the same with local variables instead of values
- code completion and error correction
- ... many, many more, it will suit your needs
Links to Eclipse:
Eclipse Homepage
