/atom-ember-module-snippets

Ember ES6 module snippets for Atom

MIT LicenseMIT

WARNING: This project has been merged with the offical ember-snippets atom package. Atom-ember-module-snippets will no longer be updated, and should be considered deprecated. Please use ember-snippets >=v2.1.0 to get the module import snippets found here, plus a load of other useful ember snippets.

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:

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.