Skip to content

Files

Latest commit

d37ccd6 · May 22, 2014

History

History
26 lines (16 loc) · 870 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 870 Bytes

RubyMotion support in Atom

Build Status Stories in Ready

RubyMotion package for Atom.

Snippets autocompletion

ctrl-cmd-space will trigger RubyMotion snippets auto completion.

snippets autocompletion preview

Look up in Dash

cmd-k to look up methods in Dash.

If you want to change keyword (e.g. "rubymotion") check the Settings pane.

TODO

  • auto completion (for ruby / ObjC objects)
  • syntax checking
  • building
  • running specs
  • debugging