Thursday, March 12, 2009

Eclipse Code Template

In eclipse we can input a template name and than press a key combination to quickly input big code block. For example we can type in "sysout" and press the default content assist key "Ctrl + space" to input "system.out.println()".

To do this you need check what template eclipse have by click window -> preference.