Features
- Quickly switch between source and test files.
- Automatically create test files if they do not exist.
- Supports both JavaScript and TypeScript files.
Installation
- Open VS Code.
- Go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or by pressing
Ctrl+Shift+X .
- Search for "switch-source-test".
- Click Install.
Usage
- Open a source or test file in the editor.
- Press
Ctrl+Shift+P to open the Command Palette.
- Type "Switch Source/Test" and select the command.
- The extension will switch to the corresponding test or source file. If the file does not exist, it will be created automatically.
Contributing
If you would like to contribute to the development of this extension, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Make your changes and commit them with a descriptive message.
- Push your changes to your fork.
- Create a pull request with a description of your changes.
License
This extension is licensed under the MIT License. See the LICENSE file for more information.
| |