RubyKaigi 2017

Ruby Language Server

RubyKaigi 2017
http://rubykaigi.org/2017/presentations/mtsmfm.html

This talk describes a ruby language server implementation I created. I want to increase developers interested in Ruby language server because I hope it will improve Ruby development experience.

In last year, Microsoft published Language Server Protocol. This protocol is created to communicate between editors and language servers which provide useful information for development (ex. linting, completion, method definition).

In this talk, I'll show you why it is important to create language server for Ruby community and how it's implemented.

RubyKaigi 2017