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

rails-navigator

John

|
8 installs
| (0) | Free
Shortcuts to navigate around a rails app
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

README

rails-navigator is a VSCode extension designed to make swapping between related rails files easier.

Features

Currently, there is one command:

Name Default Keybinding (Windows/Linux) Default Keybinding (macOS) Command ID Description
Rails Nav: Switch between spec and implementation ctrl+k ctrl+p cmd+k cmd+p rails-navigator.toggle-spec-impl Switches between an implementation file such as app/.../file.rb to its spec file at spec/.../file_spec.rb

Extension Settings

Currently

Known Issues

None.

Contributing

I will happily accepted pull requests to this project provided they fit the nature of the extension. See the VSCode extension quickstart for info on writing extensions.

Release Notes

1.0.0

Initial release

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft