Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rails Fast NavNew to Visual Studio Code? Get it now.

Rails Fast Nav

jemmyw

|
23,377 installs
| (2) | Free
Ruby on Rails Navigation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rails Fast Nav Test status

Commands to move between files in a Rails application.

Features

  • Navigate to all known files (alt+r) [command.railsFastNavigation]
  • Switch to model [command.railsFastSwitchToModel]
  • Switch to controller [command.railsSwitchToController]
  • Switch to view [command.railsFastSwitchToView]
  • Switch to test/spec [command.railsFastSwitchToTest] + alias [command.railsFastSwitchToSpec]
  • Switch to fixture [command.railsFastSwitchToFixture]
  • Create View [command.railsCreateView]
  • Create Spec [command.railsCreateSpec]

Screenshot

Example

Configuration

Set the Rails app directory if you have a non-standard directory layout:

"rails.appDir": "lib/app"

Change the default view extension from html.erb:

"rails.viewFileExtension": "json.jbuilder"
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft