This VS code extension provides a way to list all available describe
and it
functions in an editor window. Selecting one list entry moves the cursor to the line of this test function.
This extension was inspired by the IntelliJ Plugin "ddescriber"
Download the extension from the marketplace
- Launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type "Jump to a jasmine test"
- Select a test from the input box
- The selected test should be highlighted in the editor