[Alpha quality]
A Ruby Language Server implementation.
If you are using vscode, install ruby-lsc extension.
Simply you can pull from docker hub
$ docker pull mtsmfm/language_server-ruby
Add this line to your application's Gemfile:
gem 'language_server'
And then execute:
$ bundle
Or install it yourself as:
$ gem install language_server
Currently, language_server-ruby supports only stdio to communicate.
$ docker run mtsmfm/language_server-ruby
$ language_server-ruby
https://docs.docker.com/engine/installation
$ git clone https://github.com/mtsmfm/language_server-ruby.git
$ cd language_server-ruby
$ docker-compose run app bin/setup
You can run test via m:
$ docker-compose run app bin/m
$ docker-compose run ruby-3-0 bin/m
Or run via guard:
$ docker-compose run app bin/guard
$ docker-compose run ruby-3-0 bin/m
Bug reports and pull requests are welcome on GitHub at https://github.com/mtsmfm/language_server-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.