ruby-lsp-rails
ruby-lsp-rails copied to clipboard
Completion for ActiveRecord queries
We can leverage Rails to provide completion for ActiveRecord fields.
For example if the user has typed: User.where(
then we should be able to provide completions based on the fields of the User model.