atom-iex
atom-iex copied to clipboard
Elixir iex REPL in an Atom tab.
Currently if there are errors on startup (application fails to start) the IEx session closes too quickly to see the errors. The stack trace / errors should stay up so...
The execute selected functionality should only be enabled when text is actually selected. Unselecting text should disable it.
Quick find (cmd+P) should show open IEx tabs in the list.
Users should be able to execute the code for the current file with a key command. The default should be alt+cmd+N. This key combination should be user settable.
Users should be able to execute all the code in the current file with a key command. The default should be alt+cmd+B. This key combination should be user settable.