Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rails Go to Spec 2New to Visual Studio Code? Get it now.

Rails Go to Spec 2

Sebastian Porto

|
8 installs
| (0) | Free
Switch between code and spec in Rails
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rails Go to Spec extension for VSCODE

Jump between code and spec in Rails projects.

To install search for

rails-go-to-spec-2

Default keybinding:

  • Ctrl + Shift + y
  • Cmd + Shift + y (Mac)

Redine shortcuts:

In keybindings.json

  ...
	{
		"key": "shift-cmd-y",
		"command": "rails-go-to-spec-2.railsGoToSpec",
		"when": "editorFocus"
	}
	...
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft