Quick Eclipse

An elaborate starters guide

My eclipse faq and hard things research

ctrl-shift-t: type search for a java source file

alt-shift-w: sync the file in the navigator

ctrl-shift-o: Organize or resolve imports

ctrl-shift-f4: close all open files

ctrl-h: search for files in the workspace

ctrl-f: search for text in the current file

F5 : refresh files/projects/directoies

Go to an empty space in your class after a method. Then press ctrl-space

It works like a champ in many cases. Go to the context and press ctrl-space. Especially useful in xml attributes and nodes