Skip to content

vkinelev/ember-navigation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 2.0%