@movonw @Gargron the thing is, Intellij-based editors excel when the structure is unambiguous: like in Java or JS with ES modules (both are more-or-less). I more often than not see Ruby devs using plain editors, I guess IDE just not add so much benefit with very dynamic languages.
Is there LSP server for Ruby already?
@charlag @movonw RubyMine is a very popular Ruby IDE however I just don't see the need for an IDE. I've been a Sublime Text user for 7 years. Ctrl+p and ctrl+shift+f are enough for me.