ruby-lsp-rails
ruby-lsp-rails copied to clipboard
A Ruby LSP addon for Rails
If the rails addon crashes on startup, there's no indication of where the problem is. There's the long logs in the "Output" tab, but you'd have to know to look...
I noticed that if one of my files had an error that caused an error on initialization (say including a file that doesn't exist). Then the whole language server would...
Currently, cmd + clicking on the through association name goes to the same file as the association name. I've added definition support to navigate to the correct through association model...
# Provide I18n Support It would be great to have [I18n](https://guides.rubyonrails.org/i18n.html) translation support in the Rails addon. The main use cases when implementing internationalization with I18n are: ### Use Cases...