2.1.6. Quick Preview

Eclipse can show how a function is implemented. Just keep cursor on the function, Eclipse would show the implementation of that function.

../../../_images/c-quick-preview.png

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.