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

Provide completions for `validates` #357

Open andyw8 opened 2 months ago

andyw8 commented 2 months ago

For validations, we could offer completion on the model's fields.

e.g. if you have a User model, and type validates :, we can offer to complete name, password etc.