Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>rails-buddyNew to Visual Studio Code? Get it now.
rails-buddy

rails-buddy

Preview

wilson-freitas

|
1,265 installs
| (0) | Free
Utility tools for easy navigation across Rails project files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

rails-buddy README

rails-buddy was inpired by the rails.vim. It activates whenever a rails project is detected in the current workspace.

Features

This extension provides shortcuts for easy navigation across rails projects files. The following commands make easy to find and open files by role:

  • Open Rails Model
  • Open Rails Controller
  • Open Rails Unit Test
  • Open Rails Controller Test
  • Open Rails View
  • Open Rails Migration

Rails files open animation

It is also possible to use the Open Rails Related File to jump directly from:

  • Model <--> Unit Test
  • Controller <--> Controller Test

Jump between related files animation

Requirements

  • VSCode 1.19 and above

Extension Settings

All commands can be assigned to shortcut keys. The Open Rails Related File command is assigned to Ctrl + 6 by default.

Short Keys configuration

Known Issues

--

Release Notes

1.0.2

  1. Added app/test/models as base path for model tests. app/test/models was supported already.

  2. Added gif screencasts to README

1.0.1

  1. Fixed base path for migration files

1.0.0

Initial release:

  1. Support for the most common Rails files:

    • Models
    • Controllers
    • Unit (Model) tests
    • Functional (Controller) tests
    • Views
    • Migrations
  2. Jump between related files


  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft