Hacker News new | ask | show | jobs
by rochak 665 days ago
An important note: If you plan on sticking to an editor that has LSP integration like Vim/VSCode and so, stay away from Ruby as Ruby's language server solargraph is just not good. Personally, this is my main reason for staying away from languages like Ruby, Kotlin etc.
1 comments

I will keep it in mind, though a quick search returned a project that resemble LSP integration for Ruby : https://github.com/Shopify/ruby-lsp.

Also RubyMine (IDE from Jetbrains) seems to have its own LSP integrated.

There are some limitations with ruby-lsp. I'd recommend checking some sources to identify if any would be a dealbreaker.