Fills the body of a method
when it is generated, e.g. when the Create method from usage intention action is applied. This built-in template is editable. Along with Java expressions and comments, you can also use the predefined variables that will be then expanded into the corresponding values. |
Predefined variables take the following values: | ||
Return type of the created method | ||
Value returned by the method by default | ||
Name of the created method | ||
Qualified name of the class in which the method is created | ||
Non-qualified name of the class in which the method is implemented | ||
All the predefined variables from the File Header template (Includes tab) are also available (e.g. ${USER}, ${DATE}, etc.) |