Ember Navigator
Package for Atom Editor which allow you to easy navigate through EmberJS files.
How to use?
- Switching between component's template and logic (component.js <=> template.hbs)
cmd + ctrl + ,
- Open component source when cursor is on component name
cmd + ctrl + .