Shopify / ruby-lsp-rails

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

Recognize `attr_readonly` as symbol #312

Closed andyw8 closed 2 months ago

andyw8 commented 3 months ago

ruby-lsp recognizes attr_reader, attr_writer and attr_accessor as document symbols, but Rails adds attr_readonly for ActiveRecord models:

https://www.writesoftwarewell.com/readonly-attributes-in-rails/