Rails Schema ExplorerA Visual Studio Code extension that provides an intuitive way to explore and navigate Rails database schema files. This extension adds a dedicated view in the sidebar to display your Rails application's database tables and their structure, making it easier to understand and work with your database schema. Features
Getting Started
Requirements
Keyboard Shortcuts
UsageViewing Database TablesOnce installed, the extension will automatically scan your Rails project for schema files. The database tables will appear in the Rails DB Schema view in the sidebar. Searching TablesUse the search icon in the view title or press Navigating to Schema DefinitionsClick on any table in the tree view to jump directly to its definition in the ConfigurationThis extension works out of the box with standard Rails applications. It automatically detects schema files matching the pattern ContributingContributions are welcome! Please feel free to submit a Pull Request.
IssuesIf you encounter any issues or have feature requests, please file them on the GitHub Issues page. LicenseThis project is licensed under the MIT License - see the LICENSE file for details. ThanksSpecial thanks to Gustavo Delgado for the inspiration and initial implementation of this extension. Enjoy exploring your Rails database schema! |