2
Good evening, everyone.
In Netbeans, by right-clicking any file you can create a template with the Save as Template option...
Does Eclipse have that option? If not, there are some plugin that does this?
2
Good evening, everyone.
In Netbeans, by right-clicking any file you can create a template with the Save as Template option...
Does Eclipse have that option? If not, there are some plugin that does this?
2
This way you can change the eclipse Web file templates, just select the New File type.
You can check how to create in the eclipse documentation http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.Cdt.doc.user%2Ftasks%2Fcdt_t_add_codetemp.htm
If you wanted to create a template for java Voce must:
You can check the documentation here: http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.Jdt.doc.user%2Freference%2Fpreferences%2Fjava%2Fref-preferences-code-style.htm
Browser other questions tagged java eclipse
You are not signed in. Login or sign up in order to post.
Hello Victor. I need to create file template, the steps you passed is to create code template.
– helciodasilva