Shopify / ruby-lsp-rails

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

Document symbol support for `schema.rb` #361

Open andyw8 opened 5 months ago

andyw8 commented 5 months ago

If we can add support for DocumentSymbol for tables in schema.rb, it provides several benefits:

To implement this, we'd parse the Ruby code and extract the string appearing after the create_table calls.