mtsmfm / language_server-ruby

A Ruby Language Server implementation
MIT License
259 stars 8 forks source link

Doesnt return completions in latest release #61

Open mjshashank opened 6 years ago

mjshashank commented 6 years ago

The method textDocument/completion seems to return a null object since the update of rubocop was merged. Was tested to be working fine in release 0.10. Is there an update on any changes I'm supposed to incorporate that I'm missing for 0.11 release?

mtsmfm commented 6 years ago

I removed rcodetools integration because I met some problems with rcodetools because of its monkey patch.

https://github.com/rcodetools/rcodetools/blob/a76ec177eabef3896ab235ec5432588be4e02df8/lib/rcodetools/compat.rb

Now I'm trying to integrate with ripper-tags