|
How to create your own templates |
|
|
To create your own templates, go to the
Java > Editor > Templates preference page and press the
New button to create a template. For example, a template to iterate
backwards in an array would look like this:
for (int ${index} = ${array}.length - 1; ${index} >= 0; ${index}--){
${cursor}
}
|
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.