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

Bug 468190

Summary: [tern] Provide a templates plugin
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: 6.0   
Target Milestone: 12.0   
Hardware: All   
OS: All   
Whiteboard:

Description Michael Rennie CLA 2015-05-25 11:33:32 EDT
Much like we do for JSDoc assist, we provide all of our template assist in the client-side of the JS bundle. We should investigate decoupling all of our template support fro m the client and providing it as a plugin. 

This would also allow us to make sense of other plugins that could provide templates - consider for example the mongodb plugin providing its own templates rather than having them defined in the JS bundle...