https://github.com/kwerle/ruby_language_server
The goal of this project is to provide a language server implementation for ruby in ruby.
Used day-to-day.
Help welcome.
- Definitions
- Completions
- Lint - thanks to RuboCop
- Please see the FAQ_ROADMAP.md
You probably want to use one of the developed integrations:
- VSCode - https://github.com/kwerle/vscode_ruby_language_server
- Atom - https://github.com/kwerle/ide-ruby
- Theia - https://github.com/kwerle/theia_ruby_language_server
ruby_language_server
will start the program and wait for activity using LSP's STDIO interface
Master branch is for releases. Develop branch is for ongoing development. Fork off develop; I'll merge to master for releases.
Clone. I love git HubFlow.
Check out the Makefile. You are going to want to do
make guard
in one window and make continuous_development
in another.
I use vscode with the "Ruby Language Server" extension install. I edit the settings to use the docker image local_ruby_language_server. Quitting and restarting vscode to load the next iteration.
For gem release
- bump version in version.rb file and Gemfile.lock
- CHANGELOG.txt
- merge to master, etc
make gem_release
For docker release
make publish_cross_platform_image
- Sebastian Delmont
- mattn
- Your name here!