ruby-lsp-rails icon indicating copy to clipboard operation
ruby-lsp-rails copied to clipboard

Add indexing enhancement for controller DSLs

Open andyw8 opened this issue 1 year ago • 1 comments

After https://github.com/Shopify/ruby-lsp-rails/pull/472, we are no longer showing documentation on Hover for some Rails DSLs.

andyw8 avatar Oct 16 '24 19:10 andyw8

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.

andyw8 avatar Oct 22 '24 18:10 andyw8