Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 959 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 959 Bytes

Ember Navigation Package

Makes navigation in Ember project easier.

Go To Definition of Component

It allows you to quickly jump to a component template from it's invocation in some template.

  1. Place a caret on a line with a component curve braces {{
  2. Press ctrl+cmd+enter to go to a template of this component

Toggle Between Route, Controller or Template

Press ctrl+cmd+s to toggle between route/controller/template. Or press ctrl+cmd+j to open a list.

Toggle Between Component or Template

Press ctrl+cmd+s to toggle between template/component. Or press ctrl+cmd+j to open a list.

Installation

Search for "ember-navigation" in Install packages. You can also find it in the Atom package index:

https://atom.io/packages/ember-navigation

Or...

From source

From source:

git clone https://github.com/asusikov/ember-navigation
cd ember-navigation
apm link