ianhattendorf / autocomplete-ruby

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

Added suggestion filter by prefix #2

Closed lexmihaylov closed 9 years ago

lexmihaylov commented 9 years ago

rsense is not always returning results, so filtering the already suggested list will do the trick.

ianhattendorf commented 9 years ago

Thanks, sorry for the late response. I've been swamped lately, hopefully I have some time to check it out this weekend.

lexmihaylov commented 9 years ago

Hey, I've been doing some more modifications and error handling. I'll shoot a pull request shortly. I'm also thinking of adding online documentation support.

ianhattendorf commented 9 years ago

Sounds good, I'm out of town until the 31st so I'll take a look at everything then.

ianhattendorf commented 9 years ago

Looks good besides the whitespace and semicolons. I tested it out and it seems like completion is working after '.' and '::' now. If you could update your pull request with the fixes I noted I'll go ahead and merge it in.

lexmihaylov commented 9 years ago

Done! ;)