Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 493093

Summary: [es6] Provide code templates for new code patterns
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 12.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 460728    

Description Michael Rennie CLA 2016-05-05 13:08:28 EDT
We should provide a variety of templates to help devs quickly create new es6 code.

A few to start with:

1. create a new class (with constructor)
2. create a new let statement
3. create a new import
4. create a new const
5. create a new export