Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Unit Test NavigateNew to Visual Studio Code? Get it now.
Unit Test Navigate

Unit Test Navigate

roblourens

|
3,858 installs
| (2) | Free
Adds your unit test definition calls to the symbols list for easier navigation of javascript and typescript unit test scripts.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Unit Test Navigate

Adds your unit test definition calls to the symbols list for easier navigation of javascript and typescript unit test scripts. Supports describe, it, suite, and test calls.

Open your test file and trigger "Go to symbol in file" (cmd/ctrl+shift+o)

Before:

before

After:

after

Notes

It will work when one of these function calls is the first non-whitespace text on the line, and its first parameter is a string.

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