ianhattendorf / autocomplete-ruby

Provides intelligent code completion for Ruby in the Atom editor. Requires RSense.
MIT License
51 stars 9 forks source link

Use new API #4

Closed ghost closed 7 years ago

martoko commented 8 years ago

Is there any specific reason this hasn't been merged?

ianhattendorf commented 8 years ago

I never got a response from @vjudge1 regarding my comment above. His commit adds over 100 lines of cached info to package.json which shouldn't be there.

martoko commented 8 years ago

Seems reasonable. I might look into updating it to the new API, by looking at newer autocomplete packages, and not needlessly bloating the package.json.

Though I must say rsense and ruby autocompletetion for atom, seems pretty dead.

ianhattendorf commented 8 years ago

I agree, unfortunately without any updates to rsense there isn't much that can be done in this project. I've been moving away from ruby myself so I haven't spent much time looking for alternatives.

martoko commented 8 years ago

As of right now, I do not believe that there are any viable alternatives, which essentially means that there is pretty much no working autocompletion for ruby, except rubymine.

Mexxerio commented 7 years ago

@ianhattendorf I created a new PR for using the new API.

Haven't seen any viable alternatives to Rsense either. Kind of crazy to think that such a popular language doesn't have a good library for this. Ruby needs something like https://github.com/davidhalter/jedi

ianhattendorf commented 7 years ago

Thanks, I went ahead and merged your pull request. And I agree, Ruby hasn't been seeing much love on the IDE front.