Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 313 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 313 Bytes

Rails Go to Spec extension for VSCODE

Jump between code and spec in Rails projects.

Default keybinding:

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

Redine shortcuts:

In keybindings.json

  ...
	{
		"key": "shift-cmd-y",
		"command": "extension.railsGoToSpec",
		"when": "editorFocus"
	}
	...