Snippets to make importing Ember modules a snap in VSCode.
Usage
All of these snippets are preceeded by a ED: (ED-Colon)
All of the glorious imports you might need for importing your decorators in Ember.
Bonus Snippets:
ED:autoComputedED:ServiceTemplate -> The base definition for a my-service.js file
ED:RouteTemplate -> The base definition for a route that extends Route
ED:ComponentJsTemplate -> The base definition for a component.js class that extends Component
Also, the imports of Service, Route, Component etc are available using their capitalized versions
Installation
Install Visual Studio Code 1.10.0 or higher
Launch Visual Studio Code
From the command palette ctrl-shift-p (Windows, Linux) or cmd-shift-P (OSX)