- 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?
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
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.
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.