Skip to content

bweave/rails-go-to-spec-vscode

 
 

Repository files navigation

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"
	}
	...

About

rails-go-to-spec-vscode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%