|
LiveTemplates are 'smart' snippets of code that have various slots, each of which is marked as having to be of a certain type of expression (variable or expression of a certain type, Java string, etc). This information allows IDEA to intelligently decide what to put in them at each application, automating much of the template insertion process.
-- WalterMundt - 03 Jun 2002
In addition to the "built-in" LiveTemplates, there is also a set of contributed LiveTemplates.
-- JonasKvarnstrom - 04 Jun 2002
There are also custom File Templates that can be used at object creation time.
-- FlorianHehlen - 30 Jan 2003
There is some XDoclet Live Templates here
-- MaximMossienko - 24 Dec 2004
|
|