Shopify / ruby-lsp-rails

A Ruby LSP add-on for Rails
https://shopify.github.io/ruby-lsp/rails-add-on
MIT License
579 stars 27 forks source link

Add indexing enhancement for controller DSLs #484

Open andyw8 opened 1 month ago

andyw8 commented 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.

andyw8 commented 1 month ago

The callback actions are mixed in using an included block here:

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.