phoenix-migrations-navigation

Opens the list (WIP) or latest migration in a Phoenix app

dsnipe

403

1

0.7.4

MIT

GitHub

Phoenix Migrations Navigation

Adds a shortcut for quickly opening up the list (WIP) or latest migration in your Phoenix app.

Find Phoenix Migrations Navigation on the atom.io package manager here.

Usage

Via Command Pallette

  1. Open up your Phoenix project (note: for the plugin to work the project must have been opened in Atom at its root).
  2. Bring up the command pallette (CMD+SHIFT+P on Mac, CTRL+SHIFT+P on Linux/Windows).
  3. Type in "latest", and select "Phoenix Latest Migration: Find" from the list.
  4. And there it is, your latest migration!

Via keymap

  1. Open up your Phoenix project (note: for the plugin to work the project must have been opened in Atom at its root).
  2. Type "ALT-SHIFT-M", and there it is, your latest migration!

Command for custom keymapping: phoenix-migrations-navigation:latest

##TODO:

Thanks

Thanks to the author of Rails plugin.