Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Rails go to testNew to Visual Studio Code? Get it now.
Rails go to test

Rails go to test

SimonBo

|
2,810 installs
| (1) | Free
Switch between code and test files 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-test extension for VSCODE

This extension was HEAVILY inspired by this https://github.com/sporto/rails-go-to-spec-vscode.

Jump between code and test file in Rails projects. Newly created files will be populated with test boilerplate.

Enjoy!

Default keybinding:

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

Redine shortcuts:

In keybindings.json

  ...
	{
		"key": "shift-cmd-t",
		"command": "extension.railsGoToTest",
		"when": "editorFocus"
	}
	...
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft