Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Find Your TestsNew to Visual Studio Code? Get it now.
Find Your Tests

Find Your Tests

Boncom

| (0) | Free
Right-click to jump between source and matching test files by replacing a 'src' segment with a test folder.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Go To Tests

Right-click a source file to jump to its matching test by replacing a src path segment with a tests (or test) segment. Also works in reverse from a test file back to src.

Commands

  • Go to Tests: goToTests.open

Settings

  • goToTests.targetFolderName (default: tests)
  • goToTests.preferredSuffix (default: .test)
  • goToTests.createIfMissing (default: true)

Build & Package

npm install
npm run build
npm run package

This produces a .vsix in this folder.

To use this extension you'll need to go to Extensions: Install from VSIX... and select the VSIX file

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft