ruby-lsp-rails
ruby-lsp-rails copied to clipboard
Add definition and hover support for `:through` associations
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 file.
I've also added hover support as a follow-up to https://github.com/Shopify/ruby-lsp-rails/pull/616.