Archive template for Eclipse IDE

Asked

Viewed 227 times

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?

1 answer

2

This way you can change the eclipse Web file templates, just select the New File type.

  1. Click on Window > Preferences.
  2. Expand the Language you want
  3. Expands editor
  4. Select Templates

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:

  1. Click on Window > Preferences.
  2. Expand the "Java"
  3. Expand "Code Style"
  4. Select "Code Templates"

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

  • Hello Victor. I need to create file template, the steps you passed is to create code template.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.