ruby-lsp-rails icon indicating copy to clipboard operation
ruby-lsp-rails copied to clipboard

Document symbol support for `schema.rb`

Open andyw8 opened this issue 1 year ago • 0 comments

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

  • Quick navigation using Go To Symbol
  • An outline view of the file's contents

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

andyw8 avatar May 02 '24 15:05 andyw8