No release in over a year
See https://microsoft.github.io/language-server-protocol/ "A Language Server is meant to provide the language-specific smarts and communicate with development tools over a protocol that enables inter-process communication."
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

Build Status

Overview

https://github.com/kwerle/ruby_language_server

The goal of this project is to provide a language server implementation for ruby in ruby.

Status

Used day-to-day.

Help welcome.

Features

Editor Integrations

You probably want to use one of the developed integrations:

Running

ruby_language_server will start the program and wait for activity using LSP's STDIO interface

Development

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.

Similar

Release instructions to self

For gem release

For docker release

  • make publish_cross_platform_image

Authors

Contributors