https://github.com/tushortz/ruby-completions
Ruby completion package for sublime text
https://github.com/tushortz/ruby-completions
Last synced: 3 months ago
JSON representation
Ruby completion package for sublime text
- Host: GitHub
- URL: https://github.com/tushortz/ruby-completions
- Owner: tushortz
- License: mit
- Created: 2015-12-04T22:29:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-13T18:14:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T05:18:25.663Z (5 months ago)
- Size: 48.8 KB
- Stars: 7
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Ruby Completions
## About
This Sublime Text (2 or 3) package gives method completion suggestions for Ruby.## How to Use
### Methods
Just type the words and the completion suggestions should show up. Press `ENTER` or `TAB` for completion.

### requiring packages/gems files
Type **R-**`package/gem name` then Press `ENTER` or `TAB` for completion. e.g.> r-json to get:
```ruby
require "json"
```
## Contributing
All contributions are welcome. Just fork it on [Github](https://github.com/tushortz/Ruby-Completions) and create a pull request.
## License
© 2015 Taiwo Kareem | [email protected].
**Read license.txt**