Skip to content

LukasPol/vscode-rails-go-to

Repository files navigation

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 alt+shift+c ctrl+shift+c You select the word and extension open the file class.
Rails GoTo: Open RelationShip File alt+shift+r ctrl+shift+r Opens the relationship model file.
- CTRL + . CMD + + Run the two previous commands Open File Class and Open Relationship File with a keybinding
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

  1. Open Visual Studio Code.
  2. Go to the Extensions view (Ctrl + Shift + X).
  3. 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!