/autocomplete-rubymotion

Autocomplete+ provider for RubyMotion

Primary LanguageCoffeeScriptMIT LicenseMIT

RubyMotion Autocomplete Package

This package is still in alpha stage

To-Do

  • Method autocomplete
  • Constant autocomplete
  • Class autocomplete
  • Integration with build system
  • Version-specific snippet generation from source
  • Dependency on language-rubymotion
  • Proper RubyMotion project detection.
  • Suggested features?

Contributing

I am noob Javascript developer, so if there is anything that could be improved or optimized, feel free to send a pull-request and I'll be glad to integrate it into the project

Dependencies

This package depends on the package language-rubymotion for proper RubyMotion project detection. In order to obtain snippets and suggestions, this package must be installed first.

Credits

This package borrows heavily from the autocomplete-css provider package and from base16-syntax by Alchiadus's. Both of these projects have great examples on how to implement various Atom features, and helped me out alot during development.