An open API service indexing awesome lists of open source software.

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

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.

![Ruby Methods Usage preview](function.jpg)

### 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"
```

![Ruby Require Usage preview](require.jpg)

## 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**