Eclipse Code Templates

Templates in Eclipse go beyond the simple snippet functionality found in many editors. Eclipse templates allow for quick generation of commonly used code, as well as easy customization. You can have code templates for classes, methods, for loop, if statement...all you repeat in day-to-day work.

How to use them?

Detailed instructions and tutorial can be found on dev.umpirsky.com.