QuickSwitch: Test-Source-Config
OverviewThe QuickSwitch: Test-Source-Config extension for Visual Studio Code allows you to quickly switch between implementation, test, and configuration files in your project. This extension is designed to streamline your workflow by providing easy navigation between related files. Features
Commands1. Switch between Config, Implementation, and Test filesYou can use the following commands to switch between related files:
These commands can be accessed via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac). 2. Use the switchTarget commandThe switchTarget command allows you to select the target file type from a quick pick menu:
This command can be accessed via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P on Mac). 3. Cycle through Implementation, Config, and Test filesThe cycleTarget command allows you to cycle through Implementation, Config, and Test files with a single command:
This command is best used with a shortcut for quick access. You can set up a custom keybinding in your keybindings.json file. Naming ConventionFor the extension to work correctly, the following naming conventions must be applied to your files:
Installation
Usage
ContributingContributions are welcome! Please feel free to submit a pull request or open an issue on the GitHub repository. LicenseThis project is licensed under the MIT License. See the LICENSE file for details. |