Skip to content

tim-toga/rails-file-opener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-file-opener README

This is a Visual Studio Code extension that allows you to easily navigate between Rails source code and corresponding spec files.

Features

  • Open corresponding spec file for a controller, model, or view file.
  • Open corresponding source file for a spec file.

Usage

  1. Open a Rails source code file (e.g., controller, model, or view file).
  2. Use the following commands to open the corresponding spec file:
    • extension.openSpec - Opens the corresponding spec file for the current source code file.
    • extension.openSource - Opens the corresponding source code file for the current spec file.
    • extension.openView - Opens the corresponding view file for the current controller file.
  3. If a corresponding file is found, it will be opened in a new tab. Otherwise, an information message will be displayed.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published