(Translated by https://www.hiragana.jp/)
GitHub - josefarias/rails-go-to-test
Skip to content

josefarias/rails-go-to-test

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%