Eclipse can show how a function is implemented. Just keep cursor on the function, Eclipse would show the implementation of that function.
If we press F2
or click on the preview window, we get access to the
complete source code of the function, without going away from the original
file.