Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.22 KB

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 model test [command.railsSwitchToModelTest]
  • Switch to controller [command.railsSwitchToController]
  • Switch to controller test [command.railsSwitchToControllerTest]
  • Switch to view [command.railsFastSwitchToView]
  • Switch to test/spec [command.railsFastSwitchToTest] + alias [command.railsFastSwitchToSpec]
  • Switch to fixture [command.railsFastSwitchToFixture]
  • Switch to grape api [command.railsSwitchToGrapeApi]
  • 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 Rails grape directory from app/grape to app/controller/grape:

"rails.grapeDir": "controllers/grape"

Change the default view extension from html.erb:

"rails.viewFileExtension": "json.jbuilder"