LukasPol / vscode-rails-go-to

vscode extension to navigate in Ruby on Rails projects

Home Page:https://marketplace.visualstudio.com/items?itemName=LukasPol.rails-go-to&ssr=false#overview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  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!

About

vscode extension to navigate in Ruby on Rails projects

https://marketplace.visualstudio.com/items?itemName=LukasPol.rails-go-to&ssr=false#overview

License:MIT License


Languages

Language:TypeScript 98.2%Language:Ruby 1.2%Language:JavaScript 0.6%