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

WIP: Routes autocomplete #303

Open andyw8 opened 3 months ago

andyw8 commented 3 months ago

I don't think there's any need to cache routes, since even on Core, withover 5000 routes, it takes only 1ms:

shopify(dev)> start=Time.now; Rails.application.routes.named_routes.helper_names.to_a; Time.now-start => 0.001078413

TODO: