File Template for Eclipse IDE

2

Good evening guys.

In Netbeans, when you right-click on any file you can create a template with the option Save as Template ...

Does Eclipse have this option? If not, are there any plugins that do this?

    
asked by anonymous 02.02.2016 / 03:07

1 answer

2

In this way you can change the eclipse web archive templates, just select the New File tab.

  • Click on Window > Preferences.
  • Expand the language you want
  • Expands editor
  • Select Templates
  • You can check how to create in the eclipse documentation link

    If you wanted to create a template for java you should:

  • Click on Window > Preferences.
  • Expand "Java"
  • Expands "Code Style"
  • Select "Code Templates"
  • You can check the documentation here: link

        
    02.02.2016 / 05:21