VSCode Side TestSide test is a VSCode extension that make it easy to navigate to a test file from your source file. You can either just open the test file when in a source file, or make it open in a side by side, very useful when doing TDD. Extension SettingsIf you test files are located in the same source folder as the matching source files:
If your test files are located in a separate root folder:
In either mode, you can specify the following options:
CommandsOpen test fileThis will open the test file for the currently open source file in a new tab. Open test file side by sideThis is the same as 'Open test file' but the test file is opened in a side-by-side view using VSCode split editor. Open source fileThis will open the source file for the currently open test file in a new tab. Open source file side by sideThis is the same as 'Open source file' but the source file is opened in a side-by-side view using VSCode split editor. Release Notes1.0.0Initial release |