ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Ember Template Component Split View

by mitchell-garcia ALL Missing

Sublime text plugin that will allow you to press SHIFT+CTRL+K to show any Ember component's corresponding template or javascript file

Labels ember, cli

Details

Installs

  • Total 3K
  • Win 2K
  • Mac 868
  • Linux 444
Nov 2 Nov 1 Oct 31 Oct 30 Oct 29 Oct 28 Oct 27 Oct 26 Oct 25 Oct 24 Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

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.