Super simple Sublime Text plugin that will let you open corresponding template or route files with EmberJS components.
Built because I have probably spent 30% of my workday typing CMD+P "fileNameblah/template" and the like.
The package is pending submission into Sublime Package Control. Once available, installing via Package Control is recommended. You can also clone this repository into your packages folder (by default: /Users/{user}/Library/Application Support/Sublime Text 3/Packages).
Open any component's component.js file or template.hbs file, then press CTRL+SHIFT+K to open it's corresponding template or javascript file in another window.
Please use Github for any bug reports or feature requests.