Rails GoTo Extension
A Visual Studio Code Extension for easily navigating in Ruby on Rails projects.
Features
Command |
Keybinding (Windows/Linux) |
Keybinding (Windows/Linux) |
Description |
Rails GoTo: Open File Class |
CTRL + Click(mouse) |
CTRL + Click(mouse) |
Opens the file class. |
Rails GoTo: Open RelationShip File |
CTRL + Click(mouse) |
CTRL + Click(mouse) |
Opens the relationship model file. |
Rails GoTo: Open Test File |
alt+shift+t |
ctrl+shift+t |
Opens the corresponding spec file or the implementation file for the active document. |
Installation
- Open Visual Studio Code.
- Go to the Extensions view (
Ctrl + Shift + X ).
- Search for "Rails GoTo" and install the extension.
Known Issues
No known issues at the moment. If you encounter any problems, please report them on GitHub Issues.
Contributing
Contributions are welcome! Fork the repository, make your changes, and submit a pull request.
License
This extension is licensed under the MIT License.
Enjoy navigating your Ruby on Rails project with ease!
| |