Atom Ember Module Snippets
A collection of snippets for importing Ember javascript modules.
Install
apm install ember-module-snippets
Usage
Begin typing an Ember module you need, such as component
, press Tab
, and the corresponding import statement will be printed for you.
Docs
For a complete mapping of shortcut keys to the Ember module import, see the below links to the snippet source:
- Application
- Array
- Component
- Controller
- Debug
- Engine
- Map
- Object
- Polyfills
- Routing
- RSVP
- Runloop
- Service
- String
- Test
- Utils
- Misc.
Thanks,
to the project, ember-rfc176-data, for a full list of each Ember module and the corresponding import, without that this package would not have been possible.
Issues
If you notice a module is missing or something is incorrect, please submit an issue or PR.