View Single Post
  #1 (permalink)  
Old 04-26-2007, 11:15 AM
JavaForums JavaForums is offline
Administrator
 
Join Date: Dec 2006
Posts: 577
JavaForums has disabled reputation
Generating Code Automatically Using Custom code Template In Eclipse
One of the good features of Eclipse is its auto fill property. This can be further enhanced using its code template feature. Creation of code templates is necessary to improve development productivity. Templates add consistency and uniformity to your code. Eclipse has so many ready-to-use templates. And you can create your own code templates according to your requirements. To use these templates just type the starting characters of the template and then press “CTRL+SPACE”. For example in Eclipse IDE type “tr” and then press “CTRL+SPACE”, It will add “try-catch” block to the code.
(more…)
Reply With Quote
Sponsored Links