Open andyw8 opened 1 month ago
After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.
The callback actions are mixed in using an included block here:
included
https://github.com/rails/rails/blob/fe0fb9fdf04f638996e785d3e291f5fe8bc138a0/actionpack/lib/abstract_controller/callbacks.rb#L32-L37
So https://github.com/Shopify/ruby-lsp-rails/issues/491 will likely help this.
After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.