This is a Visual Studio Code extension that allows you to easily navigate between Rails source code and corresponding spec files.
- Open corresponding spec file for a controller, model, or view file.
- Open corresponding source file for a spec file.
- Open a Rails source code file (e.g., controller, model, or view file).
- 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.
- If a corresponding file is found, it will be opened in a new tab. Otherwise, an information message will be displayed.