Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Find testsNew to Visual Studio Code? Get it now.
Find tests

Find tests

Gustav Nikolaj

|
186 installs
| (0) | Free
Find test files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-find-tests

Let's you swap between source and test files easily. Currenly only supports javascript and related naming conventions.

Features

Run the Peek or Open to the side commands to see the corresponding test or source file.

Example keybinding

[
    {
        "key": "cmd+t",
        "command": "extension.peekTestFileToTheSide"
    },
    {
        "key": "cmd+shift+t",
        "command": "extension.peekTestFile"
    }
]
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft