Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rails SchemaNew to Visual Studio Code? Get it now.
Rails Schema

Rails Schema

Gustavo Delgado

|
10,104 installs
| (1) | Free
This extension provides a new way to see the DB tables and columns in a Rails project.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rails-schema

This extension provides a new way to see the DB tables and columns in a Rails project.

Features

Available command:

[
  {
    "command": "extension.showRailsSchema",
    "title": "Show Rails Schema",
    "key": "ctrl+alt+s",
    "mac": "cmd+ctrl+s"
  }
]
  • Within a Rails project, use the command Show Rails Schema to open a new activitybar panel with all the DB tables in the db/schema.rb file.
Screen Shot 2022-07-28 at 9 55 55 AM
  • If the command is triggered from a Rails Model, it will automatically expand that especific table in the tree view showing the related column's names and types. On hover, each column will show as a tooltip the related comments, for now, this is only at the column level.
Screen Shot 2022-07-28 at 9 53 02 AM
  • From the list of DB tables on the Rails Schema activitybar, on hover, there's a Open in Schema button that will open the db/schema.rb file and center the block related to that specific table.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft