Skip to content
This repository has been archived by the owner on Feb 8, 2019. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 974 Bytes

File metadata and controls

19 lines (10 loc) · 974 Bytes

Ember Component / Template Split View

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.

Demo

How To Install

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).

How To Use

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.

Bugs / Feature Requests

Please use Github for any bug reports or feature requests.