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

Latest Migration

by zaidakram ALL

Open Latest migration of supported web frameworks in Sublime Text.

Details

Installs

  • Total 4K
  • Win 140
  • Mac 3K
  • Linux 940
Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26
Windows 0 1 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 1 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

Latest Migration

Opens the latest migration created in a supported web frameworks. Works with Sublime Text 3 and Sublime Text 2.

Supported Web Frameworks

  • Ruby on Rails
  • Amber
  • Phoenix
  • Laravel

Usage

Through Command Pallette

  1. Open any file in your app.
  2. Bring up your command pallette (Cmd + Shift + P / Ctrl + Shift + P) and type in:
latest
  1. In no time the “Latest Migration: Open latest migration” should be highlighted
  2. Hit enter, and lo and behold; your latest migration!

Through Key Bindings

  1. Click on Preferences > Key Bindings
  2. In the right section you can assign any keyboard shortcut of your liking to the command, for example:
{ "keys": ["ctrl+shift+0"], "command": "latest_migration"}
  1. Make sure your key combination don't collide with any other command shortcut.
  2. That is it!

TODOs

  • [x] Amber
  • [x] Phoenix
  • [x] Laravel
  • [ ] Any other ?

Special Thanks

To Alex Plescan for Providing the original Rails Latest Migration plugin, which inspired this one.

License

The MIT License (MIT) - for more info see LICENSE.md.