Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 932 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 932 Bytes

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"