fizvlad / rails-go-to-spec-vscode

rails-go-to-spec-vscode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 100.0%