Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Go To TestNew to Visual Studio Code? Get it now.
Go To Test

Go To Test

Dominique Richard

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

gototest README

This extension has for goal to facilitate the navigation and creation of test files

Features

Switch from test file to associate file. If the editor is focusing a file it goes to the test file and if the editor is focusing the test file it goes to the associated file. If either one is not define, it creates it.

Extension Settings

This extension contributes the following settings:

  • goToTest.srcFolder: Folder to the source code folder
  • goToTest.testFileTemplate: A string array or object of the template of the error file
  • goToTest.testExtension: Extension given to test files ex: file.test.js
  • goToTest.pathType: Choice betwwen relative and absolute path
  • goToTest.testFolder: Name of the test folder
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft