Shopify / ruby-lsp-rails

A Ruby LSP addon for Rails
https://shopify.github.io/ruby-lsp-rails/
MIT License
515 stars 21 forks source link

Reveal schema when hovering on an association #359

Open andyw8 opened 2 months ago

andyw8 commented 2 months ago

Currently, you can reveal a model's schema by hovering over it. It would be nice if you could also see this when hovering over an association, e.g. belongs_to :user,