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

Prevent invalid ActiveRecord check against constant #401

Closed andyw8 closed 3 weeks ago

andyw8 commented 3 weeks ago

Reported on the Ruby DX Slack.

If the token the user hovers over isn't a class/module, then it will error with:

`>': compared with non class/module (TypeError)